Skip to content

Commit d413baa

Browse files
hubgetermorningman
authored andcommitted
add thrift
1 parent 723b0e5 commit d413baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gensrc/thrift/DataSinks.thrift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

370371
enum TUpdateMode {

0 commit comments

Comments
 (0)