Github user Ben-Zvi commented on a diff in the pull request:
https://github.com/apache/drill/pull/960#discussion_r142574389
--- Diff: exec/java-exec/src/main/resources/drill-module.conf ---
@@ -240,7 +240,7 @@ drill.exec: {
}
},
sort: {
- purge.threshold : 1000,
+ purge.threshold: 1000,
--- End diff --
Careful with the merge here -- Tim changed this number to "10" (see
DRILL-5755), and it should end up as "10", not "1000" which would destroy Tim's
fix !!!---
