[GitHub] drill pull request #1005: DRILL-5896: Handle HBase columns vector creation i...

2017-10-25 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1005#discussion_r147042924 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseRecordReader.java --- @@ -186,6 +192,10 @@ public void

[jira] [Created] (DRILL-5909) need new JMX metrics for (FAILED and CANCELED) queries

2017-10-25 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5909: - Summary: need new JMX metrics for (FAILED and CANCELED) queries Key: DRILL-5909 URL: https://issues.apache.org/jira/browse/DRILL-5909 Project: Apache Drill

[GitHub] drill pull request #1005: DRILL-5896: Handle HBase columns vector creation i...

2017-10-25 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1005#discussion_r147042366 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseRecordReader.java --- @@ -121,16 +125,18 @@ public

[GitHub] drill pull request #1005: DRILL-5896: Handle HBase columns vector creation i...

2017-10-25 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1005#discussion_r147042356 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseRecordReader.java --- @@ -87,6 +89,7 @@ public

[GitHub] drill pull request #1005: DRILL-5896: Handle HBase columns vector creation i...

2017-10-25 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/1005#discussion_r147042347 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseRecordReader.java --- @@ -75,6 +75,8 @@ private

[GitHub] drill pull request #998: DRILL-5887: Display process user/groups info in Dri...

2017-10-25 Thread prasadns14
Github user prasadns14 commented on a diff in the pull request: https://github.com/apache/drill/pull/998#discussion_r147018186 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRoot.java --- @@ -85,19 +86,24 @@ public ClusterInfo getClusterInfoJSON() {

[jira] [Resolved] (DRILL-5898) Query returns columns in the wrong order

2017-10-25 Thread Robert Hou (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Hou resolved DRILL-5898. --- Resolution: Fixed Updated expected results file. > Query returns columns in the wrong order >

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-25 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147009092 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TopN/TopNBatchTest.java --- @@ -0,0 +1,179 @@ +/* + * Licensed to the

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-25 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147008923 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestCTASPartitionFilter.java --- @@ -59,48 +58,48 @@ public void withDistribution() throws Exception

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-25 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147007945 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestAltSortQueries.java --- @@ -64,9 +73,9 @@ public void testJoinWithLimit() throws Exception{

[GitHub] drill pull request #984: DRILL-5783 Made a unit test for generated Priority ...

2017-10-25 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147007663 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestAltSortQueries.java --- @@ -19,24 +19,33 @@ import

[GitHub] drill pull request #1010: DRILL-5906: java.lang.NullPointerException while q...

2017-10-25 Thread vdiravka
GitHub user vdiravka opened a pull request: https://github.com/apache/drill/pull/1010 DRILL-5906: java.lang.NullPointerException while quering Hive ORC tables on MapR cluster - Upgrade drill to 1.2.0-mapr-1707 hive.version. You can merge this pull request into a Git repository by

[jira] [Created] (DRILL-5908) Regression: Query intermittently may fail with error "Waited for 15000ms, but tasks for 'Get block maps' are not complete."

2017-10-25 Thread Robert Hou (JIRA)
Robert Hou created DRILL-5908: - Summary: Regression: Query intermittently may fail with error "Waited for 15000ms, but tasks for 'Get block maps' are not complete." Key: DRILL-5908 URL:

[jira] [Created] (DRILL-5907) Cleanup Unit Test Output

2017-10-25 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-5907: - Summary: Cleanup Unit Test Output Key: DRILL-5907 URL: https://issues.apache.org/jira/browse/DRILL-5907 Project: Apache Drill Issue Type: Improvement

[GitHub] drill pull request #1001: JIRA DRILL-5879: Like operator performance improve...

2017-10-25 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1001#discussion_r146952578 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/SqlPatternContainsMatcher.java --- @@ -17,37 +17,166 @@ */ package

[GitHub] drill pull request #1001: JIRA DRILL-5879: Like operator performance improve...

2017-10-25 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/1001#discussion_r146948741 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/SqlPatternContainsMatcher.java --- @@ -17,37 +17,166 @@ */ package

[jira] [Created] (DRILL-5906) java.lang.NullPointerException while quering Hive ORC tables on MapR cluster.

2017-10-25 Thread Vitalii Diravka (JIRA)
Vitalii Diravka created DRILL-5906: -- Summary: java.lang.NullPointerException while quering Hive ORC tables on MapR cluster. Key: DRILL-5906 URL: https://issues.apache.org/jira/browse/DRILL-5906

[jira] [Resolved] (DRILL-5890) Tests Leak Many Open File Descriptors

2017-10-25 Thread salim achouche (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] salim achouche resolved DRILL-5890. --- Resolution: Fixed Reviewer: Parth Chandra Fix Version/s: 1.12.0 The number of

[GitHub] drill pull request #996: DRILL-5878: TableNotFound exception is being report...

2017-10-25 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/996#discussion_r146816101 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/dfs/TestFileSelection.java --- @@ -63,4 +63,17 @@ public void

[GitHub] drill pull request #996: DRILL-5878: TableNotFound exception is being report...

2017-10-25 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/996#discussion_r146818260 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/dfs/TestFileSelection.java --- @@ -63,4 +63,17 @@ public void

[GitHub] drill pull request #996: DRILL-5878: TableNotFound exception is being report...

2017-10-25 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/996#discussion_r146816584 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SchemaUtilites.java --- @@ -77,6 +77,22 @@ public static SchemaPlus

[GitHub] drill pull request #996: DRILL-5878: TableNotFound exception is being report...

2017-10-25 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/996#discussion_r146815141 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SqlConverter.java --- @@ -481,6 +485,19 @@ public RelOptTableImpl