[jira] [Created] (DRILL-6154) NaN, Infinity issues

2018-02-13 Thread Volodymyr Tkach (JIRA)
Volodymyr Tkach created DRILL-6154: -- Summary: NaN, Infinity issues Key: DRILL-6154 URL: https://issues.apache.org/jira/browse/DRILL-6154 Project: Apache Drill Issue Type: Bug

[GitHub] drill issue #1110: DRILL-6115: SingleMergeExchange is not scaling up when ma...

2018-02-13 Thread HanumathRao
Github user HanumathRao commented on the issue: https://github.com/apache/drill/pull/1110 @amansinha100 @vrozov Thank you for the review. I have addressed all the review comments. Please let me know if any changes are required. The commits are organized such that one commit

[GitHub] drill pull request #1120: DRILL-6148: TestSortSpillWithException is sometime...

2018-02-13 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1120#discussion_r167929421 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/xsort/TestSortSpillWithException.java --- @@ -59,6 +59,7 @@ public static

[GitHub] drill pull request #1120: DRILL-6148: TestSortSpillWithException is sometime...

2018-02-13 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1120#discussion_r167957209 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/xsort/TestSortSpillWithException.java --- @@ -59,6 +59,7 @@ public static

Apache board report for this quarter.

2018-02-13 Thread Aman Sinha
Hi Drill Devs, the Apache board report for Drill for the Nov-Feb quarter is due soon. Here's a draft. If you have any comments, let me know. I plan to submit by tomorrow. Thanks, Aman = ## Description: - Drill is a Schema-free SQL Query Engine for Hadoop, NoSQL and Cloud Storage ##

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r167960149 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/UnorderedMuxExchange.java --- @@ -37,14 +37,8 @@ public

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r167954543 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/UnorderedMuxExchange.java --- @@ -37,14 +37,8 @@ public

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r167956002 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/visitor/InsertLocalExchangeVisitor.java --- @@ -20,133 +20,41 @@ import

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r167953826 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/AbstractMuxExchange.java --- @@ -90,6 +92,24 @@ public Sender getSender(int

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r167988964 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/AbstractMuxExchange.java --- @@ -92,24 +92,19 @@ public Sender getSender(int

[GitHub] drill issue #1121: DRILL-6153: Operator framework

2018-02-13 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1121 Hi @paul-rogers, nice to see this code being encapsulated, standardized, and unit tested. There seems to be a Travis test failure with your changes though. ``` Failed tests:

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r168021043 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/AbstractMuxExchange.java --- @@ -92,24 +92,19 @@ public Sender

[jira] [Created] (DRILL-6156) Remove selection vector support in RowSetBuilder.

2018-02-13 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6156: - Summary: Remove selection vector support in RowSetBuilder. Key: DRILL-6156 URL: https://issues.apache.org/jira/browse/DRILL-6156 Project: Apache Drill

[jira] [Created] (DRILL-6157) Add HashCode methods to ValueVectors and VectorContainer

2018-02-13 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6157: - Summary: Add HashCode methods to ValueVectors and VectorContainer Key: DRILL-6157 URL: https://issues.apache.org/jira/browse/DRILL-6157 Project: Apache Drill

[jira] [Created] (DRILL-6155) support for pagination of results on Drill's web UI

2018-02-13 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-6155: - Summary: support for pagination of results on Drill's web UI Key: DRILL-6155 URL: https://issues.apache.org/jira/browse/DRILL-6155 Project: Apache Drill

[GitHub] drill pull request #1110: DRILL-6115: SingleMergeExchange is not scaling up ...

2018-02-13 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/1110#discussion_r168044397 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/SingleMergeExchangePrel.java --- @@ -93,6 +94,21 @@ public