Skip to content

Commit

Permalink
value i64 -> u64
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Jul 8, 2024
1 parent 7ebbb91 commit 49f1aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ message Expression {
// Sub-second precision, 0 means the value given is in seconds, 3 is milliseconds, 6 microseconds, 9 is nanoseconds
int32 precision = 1;
// Time passed since 1970-01-01 00:00:00.000000 in UTC for PrecisionTimestampTZ and unspecified timezone for PrecisionTimestamp
int64 value = 2;
uint64 value = 2;
}

message Map {
Expand Down

0 comments on commit 49f1aca

Please sign in to comment.