Paul Rogers created DRILL-5017:
----------------------------------
Summary: Config param drill.exec.sort.external.batch.size is not
used
Key: DRILL-5017
URL: https://issues.apache.org/jira/browse/DRILL-5017
Project: Apache Drill
Issue Type: Bug
Affects Versions: 1.8.0
Reporter: Paul Rogers
Priority: Minor
The Drill config file defines the {{drill.exec.sort.external.batch.size}}
parameter, as does {{ExecConstants}}:
{code}
String EXTERNAL_SORT_TARGET_BATCH_SIZE =
"drill.exec.sort.external.batch.size";
{code}
However, this parameter is never used. It seems to be a duplicate of:
{code}
String EXTERNAL_SORT_TARGET_SPILL_BATCH_SIZE =
"drill.exec.sort.external.spill.batch.size";
{code}
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.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)