[GitHub] drill pull request #1009: DRILL-5905: Exclude jdk-tools from project depende...

2017-10-24 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/drill/pull/1009 DRILL-5905: Exclude jdk-tools from project dependencies You can merge this pull request into a Git repository by running: $ git pull https://github.com/vrozov/drill DRILL-5905 Alternatively

[jira] [Created] (DRILL-5905) Exclude jdk-tools from project dependencies

2017-10-24 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-5905: - Summary: Exclude jdk-tools from project dependencies Key: DRILL-5905 URL: https://issues.apache.org/jira/browse/DRILL-5905 Project: Apache Drill Issue Type:

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

2017-10-24 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1001#discussion_r146708658 --- 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-24 Thread sachouche
Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1001#discussion_r146705325 --- Diff: exec/java-exec/src/main/codegen/templates/CastFunctionsSrcVarLenTargetVarLen.java --- @@ -73,6 +73,9 @@ public void eval() { out.start

[GitHub] drill pull request #1008: drill-5890: Fixed a file descriptor leak in Drill'...

2017-10-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1008 ---

[GitHub] drill issue #996: DRILL-5878: TableNotFound exception is being reported for ...

2017-10-24 Thread HanumathRao
Github user HanumathRao commented on the issue: https://github.com/apache/drill/pull/996 @arina-ielchiieva I think this check shouldn't cause much of a performance impact as it is in parser code and also it is checked right now by the DRILL's custom overload of getTable. If this

[jira] [Resolved] (DRILL-5706) Select * on hbase table having multiple regions(one or more empty) returns wrong result intermittently

2017-10-24 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5706. Resolution: Fixed > Select * on hbase table having multiple regions(one or more empty) returns >

[jira] [Resolved] (DRILL-5873) Drill C++ Client should throw proper/complete error message for the ODBC driver to consume

2017-10-24 Thread Parth Chandra (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Parth Chandra resolved DRILL-5873. -- Resolution: Fixed > Drill C++ Client should throw proper/complete error message for the ODBC >

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

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

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

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

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

2017-10-24 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1005#discussion_r146659105 --- 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-24 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1005#discussion_r146658771 --- Diff: contrib/storage-hbase/src/main/java/org/apache/drill/exec/store/hbase/HBaseRecordReader.java --- @@ -87,6 +89,7 @@ public

[GitHub] drill issue #1008: drill-5890: Fixed a file descriptor leak in Drill's test-...

2017-10-24 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1008 +1. Great catch Salim. ---

[GitHub] drill issue #1008: drill-5890: Fixed a file descriptor leak in Drill's test-...

2017-10-24 Thread sachouche
Github user sachouche commented on the issue: https://github.com/apache/drill/pull/1008 @parthchandra can you please review this change? thanks! ---

[GitHub] drill pull request #1008: drill-5890: Fixed a file descriptor leak in Drill'...

2017-10-24 Thread sachouche
GitHub user sachouche opened a pull request: https://github.com/apache/drill/pull/1008 drill-5890: Fixed a file descriptor leak in Drill's test-suite Problem Description - The Drill test-suite uses two surefire processes to run tests - This has the advantage of avoiding

[jira] [Created] (DRILL-5904) TestCTAS.testPartitionByForAllType fails sporadically on some build machines

2017-10-24 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-5904: - Summary: TestCTAS.testPartitionByForAllType fails sporadically on some build machines Key: DRILL-5904 URL: https://issues.apache.org/jira/browse/DRILL-5904

[GitHub] drill issue #996: DRILL-5878: TableNotFound exception is being reported for ...

2017-10-24 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/996 So does it mean that schema validation will be done twice: first in Drill and then in Calcite? Will it influence query parsing performance? ---

[jira] [Resolved] (DRILL-5901) Drill test framework can have successful run even if a random failure occurs

2017-10-24 Thread Robert Hou (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Hou resolved DRILL-5901. --- Resolution: Not A Bug This is a bug in the Drill Test Framework, not in Drill itself. > Drill test

[GitHub] drill issue #949: DRILL-5795: Parquet Filter push down at rowgroup level

2017-10-24 Thread dprofeta
Github user dprofeta commented on the issue: https://github.com/apache/drill/pull/949 Indeed, in the plan, there is an added information that is the number of rowgroup scanned. I think the check of the plan should be fixed by checking separately numFiles and usedMetadataFile without

[jira] [Created] (DRILL-5903) Query encounters "Waited for 15000ms, but tasks for 'Fetch parquet metadata' are not complete."

2017-10-24 Thread Robert Hou (JIRA)
Robert Hou created DRILL-5903: - Summary: Query encounters "Waited for 15000ms, but tasks for 'Fetch parquet metadata' are not complete." Key: DRILL-5903 URL: https://issues.apache.org/jira/browse/DRILL-5903

ElasticSearch via sql4es (JDBC)

2017-10-24 Thread Charuta Rajopadhye
Hi Team, I am trying to connect to ElasticSearch via Drill. Came across this , but the work seems to be in progress. So i tried using JDBC storage plugin for ElasticSearch, and used sql4es jar for the same.