Skip to content

Commit b87eaf2

Browse files
committed
update
1 parent 111c713 commit b87eaf2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gensrc/thrift/PaloInternalService.thrift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,9 @@ struct TQueryOptions {
415415
// Target file size in bytes for Iceberg write operations
416416
// Default 0 means use config::iceberg_sink_max_file_size
417417
178: optional i64 iceberg_write_target_file_size_bytes = 0;
418-
179: optional i32 max_file_scanners_concurrency = 0;
419-
180: optional i32 min_file_scanners_concurrency = 0;
420-
421418
179: optional bool enable_parquet_filter_by_bloom_filter = true;
419+
180: optional i32 max_file_scanners_concurrency = 0;
420+
181: optional i32 min_file_scanners_concurrency = 0;
422421

423422

424423
// For cloud, to control if the content would be written into file cache

0 commit comments

Comments
 (0)