Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.0
-
None
-
None
Description
The Drill config file defines the drill.exec.sort.external.batch.size parameter, as does ExecConstants:
String EXTERNAL_SORT_TARGET_BATCH_SIZE = "drill.exec.sort.external.batch.size";
However, this parameter is never used. It seems to be a duplicate of:
String EXTERNAL_SORT_TARGET_SPILL_BATCH_SIZE = "drill.exec.sort.external.spill.batch.size";
Which, itself, is never used.
Remove these parameters from ExecConstants, drill-module.conf, drill-override-example.conf (if they appear in those files) and from the documentation (if they appear in the docs.)