Skip to content

Commit cd08e71

Browse files
Correct changes in protos to allow full support of Time32 and Time64
1 parent 0f2c58c commit cd08e71

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

datafusion/proto/proto/datafusion.proto

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -769,20 +769,6 @@ message ScalarTimestampValue {
769769
string timezone = 5;
770770
}
771771

772-
message ScalarTime32Value {
773-
oneof value {
774-
int32 time32_second_value = 1;
775-
int32 time32_millisecond_value = 2;
776-
};
777-
}
778-
779-
message ScalarTime64Value {
780-
oneof value {
781-
int64 time64_microsecond_value = 1;
782-
int64 time64_nanosecond_value = 2;
783-
};
784-
}
785-
786772
message ScalarDictionaryValue {
787773
ArrowType index_type = 1;
788774
ScalarValue value = 2;

0 commit comments

Comments
 (0)