File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ struct TResultFileSinkOptions {
144144 20: optional i64 orc_writer_version ;
145145
146146 // iceberg write sink use int64
147- // hive write sink use int96
147+ // hive write sink use 'fe.conf: parquet_default_timestamps',see : `THiveTableSink`
148148 // export data to file use by user define properties
149149 21: optional bool enable_int96_timestamps
150150 // currently only for csv
@@ -365,6 +365,7 @@ struct THiveTableSink {
365365 10: optional bool overwrite
366366 11: optional THiveSerDeProperties serde_properties
367367 12: optional list<Types.TNetworkAddress> broker_addresses ;
368+ 13: optional bool enable_int96_timestamps // fe.conf : parquet_default_timestamps_physical_type = int64/int96
368369}
369370
370371enum TUpdateMode {
You can’t perform that action at this time.
0 commit comments