[GitHub] drill issue #601: Improve JDBC Metadata support

2016-10-13 Thread laurentgo
Github user laurentgo commented on the issue: https://github.com/apache/drill/pull/601 Closing: same as #613 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] drill pull request #601: Improve JDBC Metadata support

2016-10-13 Thread laurentgo
Github user laurentgo closed the pull request at: https://github.com/apache/drill/pull/601 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (DRILL-4945) Missing subtype information in metadata returned by prepared statement

2016-10-13 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-4945: - Summary: Missing subtype information in metadata returned by prepared statement Key: DRILL-4945 URL: https://issues.apache.org/jira/browse/DRILL-4945 Project:

[GitHub] drill pull request #614: DRILL-4930: Fix Metadata results ordering

2016-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/614 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill pull request #612: DRILL-4925: Add tableType filter to GetTables metad...

2016-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/612 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Resolved] (DRILL-4930) Metadata results are not sorted

2016-10-13 Thread Venki Korukanti (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti resolved DRILL-4930. Resolution: Fixed Fix Version/s: 1.9.0 > Metadata results are not sorted >

[jira] [Resolved] (DRILL-4695) Startup failure should be logged in log file.

2016-10-13 Thread Chunhui Shi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunhui Shi resolved DRILL-4695. Resolution: Fixed Fixed in pull request shown above. > Startup failure should be logged in log

[GitHub] drill pull request #600: DRILL-4373: Drill and Hive have incompatible timest...

2016-10-13 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/600#discussion_r83284350 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java --- @@ -754,15 +764,45 @@ public void

[GitHub] drill pull request #600: DRILL-4373: Drill and Hive have incompatible timest...

2016-10-13 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/600#discussion_r83281827 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -132,6 +132,8 @@ OptionValidator

[GitHub] drill issue #602: Improve Drill C++ connector

2016-10-13 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/602 Let's discuss this offline. My goal would be to review (most changes look OK to me; but I want to take a more detailed look at c10e652 and a931903), build on Mac, Linux and Windows. I was

[jira] [Created] (DRILL-4946) org.objectweb.asm.tree.analysis.AnalyzerException printed to console in embedded mode

2016-10-13 Thread Chunhui Shi (JIRA)
Chunhui Shi created DRILL-4946: -- Summary: org.objectweb.asm.tree.analysis.AnalyzerException printed to console in embedded mode Key: DRILL-4946 URL: https://issues.apache.org/jira/browse/DRILL-4946

[GitHub] drill pull request #341: DRILL-4203: fix dates written into parquet files to...

2016-10-13 Thread jaltekruse
Github user jaltekruse closed the pull request at: https://github.com/apache/drill/pull/341 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] drill pull request #592: DRILL-4826: Query against INFORMATION_SCHEMA.TABLES...

2016-10-13 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/592#discussion_r83324461 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaRecordGenerator.java --- @@ -290,28 +290,30 @@ public

[GitHub] drill issue #341: DRILL-4203: fix dates written into parquet files to confor...

2016-10-13 Thread jaltekruse
Github user jaltekruse commented on the issue: https://github.com/apache/drill/pull/341 This has been replaced by https://github.com/apache/drill/pull/595 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-10-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r83335163 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/ParquetRecordReaderTest.java --- @@ -637,7 +637,7 @@ public void

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-10-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r83339590 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -913,19 +928,25 @@ public GroupScan applyLimit(long

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-10-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r83334623 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java --- @@ -139,6 +155,11 @@ public

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-10-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r83335915 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetGroupScan.java --- @@ -117,4 +119,18 @@ public void

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-10-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r83335982 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetGroupScan.java --- @@ -117,4 +119,18 @@ public void

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-10-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r83334160 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java --- @@ -115,17 +118,30 @@ public

[jira] [Created] (DRILL-4944) incorrect results - case expression

2016-10-13 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4944: - Summary: incorrect results - case expression Key: DRILL-4944 URL: https://issues.apache.org/jira/browse/DRILL-4944 Project: Apache Drill Issue Type: Bug