Skip to content

Commit

Permalink
fix: duplicated timestamp tag 2
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jan 25, 2024
1 parent b22d16b commit 1345d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message Type {
VarChar varchar = 22;
FixedBinary fixed_binary = 23;
Decimal decimal = 24;
Timestamp timestamp = 32;
Timestamp timestamp = 33;

Check failure on line 37 in proto/substrait/type.proto

View workflow job for this annotation

GitHub Actions / Check Protobuf

symbol "substrait.Type.timestamp" already defined at substrait/type.proto:25:15

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

0 comments on commit 1345d58

Please sign in to comment.