[GitHub] drill issue #932: DRILL-5758: Fix for repeated columns; enable managed sort ...

2017-09-30 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/932 Rebased onto master. ---

[GitHub] drill issue #932: DRILL-5758: Fix for repeated columns; enable managed sort ...

2017-09-26 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/932 Changes LGTM. +1 ---

[GitHub] drill issue #932: DRILL-5758: Fix for repeated columns; enable managed sort ...

2017-09-24 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/932 Rebased onto latest master. ---

[GitHub] drill issue #932: DRILL-5758: Fix for repeated columns; enable managed sort ...

2017-09-23 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/932 Added a fix for repeated columns that have a low cardinality. If, say, one row in ten has an array entry, then average cardinality (values per row) is 0.1. This was represented by an int, rounded

[GitHub] drill issue #932: DRILL-5758: Fix for repeated columns; enable managed sort ...

2017-09-09 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/932 @Ben-Zvi, added another fix. Please take another look. ---