Skip to content

Commit 683bc7f

Browse files
committed
Clean duplicated and unused options
1 parent 40500ec commit 683bc7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

exec/java-exec/src/main/resources/drill-module.conf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ drill.exec.options: {
561561
drill.exec.storage.implicit.row_group_length.column.label: "rgl",
562562
drill.exec.storage.implicit.row_group_start.column.label: "rgs",
563563
drill.exec.storage.implicit.suffix.column.label: "suffix",
564-
drill.exec.testing.controls: "{}",
565564
exec.bulk_load_table_list.bulk_size: 1000,
566565
exec.enable_aliases: true,
567566
exec.enable_bulk_load_table_list: false,
@@ -570,11 +569,9 @@ drill.exec.options: {
570569
exec.errors.verbose: false,
571570
exec.except_add_agg_below: false,
572571

573-
exec.hashagg.max_batches_in_memory: 65536,
574572
exec.hashagg.mem_limit: 0,
575573
exec.hashagg.min_batches_per_partition: 2,
576574
exec.hashagg.num_partitions: 32,
577-
exec.hashagg.num_rows_in_batch: 128,
578575
exec.hashagg.use_memory_prediction: true,
579576

580577
exec.hashjoin.bloom_filter.fpp: 0.75,
@@ -584,7 +581,6 @@ drill.exec.options: {
584581
exec.hashjoin.hash_double_factor: 2.0,
585582
exec.hashjoin.hash_table_calc_type: "LEAN",
586583
exec.hashjoin.max_batches_in_memory: 0,
587-
exec.hashjoin.mem_limit: 0,
588584
exec.hashjoin.num_partitions: 32,
589585
exec.hashjoin.num_rows_in_batch: 1024,
590586
exec.hashjoin.runtime_filter.max.waiting.time: 300, #400 ms
@@ -793,9 +789,7 @@ drill.exec.options: {
793789

794790
exec.query.max_rows: 0,
795791
exec.query.return_result_set_for_ddl: true,
796-
exec.query.return_result_set_for_ddl: true,
797792
exec.query.rowkeyjoin_batchsize: 128,
798-
exec.return_result_set_for_ddl: true,
799793

800794
# ========= rm related options ===========
801795
exec.rm.queryTags: "",

0 commit comments

Comments
 (0)