Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/984#discussion_r145523267
--- Diff: exec/java-exec/src/test/resources/topN/one_key_sort.json ---
@@ -12,11 +12,11 @@
pop:"mock-scan",
url: "http://apache.org",
entries:[
- {records: 10000000, types: [
+ {records: 100000, types: [
--- End diff --
This change reduces the record count by two orders of magnitude. Do we know
if this results in testing the same functionality as the original test?
---