@@ -561,7 +561,6 @@ drill.exec.options: {
561
561
drill.exec.storage.implicit.row_group_length.column.label: "rgl",
562
562
drill.exec.storage.implicit.row_group_start.column.label: "rgs",
563
563
drill.exec.storage.implicit.suffix.column.label: "suffix",
564
- drill.exec.testing.controls: "{}",
565
564
exec.bulk_load_table_list.bulk_size: 1000,
566
565
exec.enable_aliases: true,
567
566
exec.enable_bulk_load_table_list: false,
@@ -570,11 +569,9 @@ drill.exec.options: {
570
569
exec.errors.verbose: false,
571
570
exec.except_add_agg_below: false,
572
571
573
- exec.hashagg.max_batches_in_memory: 65536,
574
572
exec.hashagg.mem_limit: 0,
575
573
exec.hashagg.min_batches_per_partition: 2,
576
574
exec.hashagg.num_partitions: 32,
577
- exec.hashagg.num_rows_in_batch: 128,
578
575
exec.hashagg.use_memory_prediction: true,
579
576
580
577
exec.hashjoin.bloom_filter.fpp: 0.75,
@@ -584,7 +581,6 @@ drill.exec.options: {
584
581
exec.hashjoin.hash_double_factor: 2.0,
585
582
exec.hashjoin.hash_table_calc_type: "LEAN",
586
583
exec.hashjoin.max_batches_in_memory: 0,
587
- exec.hashjoin.mem_limit: 0,
588
584
exec.hashjoin.num_partitions: 32,
589
585
exec.hashjoin.num_rows_in_batch: 1024,
590
586
exec.hashjoin.runtime_filter.max.waiting.time: 300, #400 ms
@@ -793,9 +789,7 @@ drill.exec.options: {
793
789
794
790
exec.query.max_rows: 0,
795
791
exec.query.return_result_set_for_ddl: true,
796
- exec.query.return_result_set_for_ddl: true,
797
792
exec.query.rowkeyjoin_batchsize: 128,
798
- exec.return_result_set_for_ddl: true,
799
793
800
794
# ========= rm related options ===========
801
795
exec.rm.queryTags: "",
0 commit comments