Skip to content

Commit

Permalink
fix: keep original timestamp type in type proto
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jan 25, 2024
1 parent 1345d58 commit c641f87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proto/substrait/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ message Type {
FP64 fp64 = 11;
String string = 12;
Binary binary = 13;
// Deprecated
Timestamp timestamp = 14 [deprecated = true];
Timestamp timestamp = 14;
Date date = 16;
Time time = 17;
IntervalYear interval_year = 19;
Expand All @@ -34,7 +33,6 @@ message Type {
VarChar varchar = 22;
FixedBinary fixed_binary = 23;
Decimal decimal = 24;
Timestamp timestamp = 33;

Struct struct = 25;
List list = 27;
Expand Down

0 comments on commit c641f87

Please sign in to comment.