We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111c713 commit b87eaf2Copy full SHA for b87eaf2
gensrc/thrift/PaloInternalService.thrift
@@ -415,10 +415,9 @@ struct TQueryOptions {
415
// Target file size in bytes for Iceberg write operations
416
// Default 0 means use config::iceberg_sink_max_file_size
417
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
-
421
179: optional bool enable_parquet_filter_by_bloom_filter = true;
+ 180: optional i32 max_file_scanners_concurrency = 0;
+ 181: optional i32 min_file_scanners_concurrency = 0;
422
423
424
// For cloud, to control if the content would be written into file cache
0 commit comments