Re: [HANGOUT] Topics for 10/04/16

2016-10-03 Thread Shadi Khalifa
Hi, I have been working on integrating WEKA into Drill to support building and scoring classification models. I have been successful in supporting all WEKA classifiers and making them run in a distributed fashion over Drill 1.2. The classifier accuracy is not affected by running in a

Re: [HANGOUT] Topics for 10/04/16

2016-10-03 Thread Laurent Goujon
Hi, I'm currently working on improving metadata support for both the JDBC driver and the C++ connector, more specifically the following JIRAs: DRILL-4853: Update C++ protobuf source files DRILL-4420: Server-side metadata and prepared-statement support for C++ connector DRILL-4880: Support JDBC

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

2016-10-03 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/602 Improve Drill C++ connector Improve Drill C++ connector by adding new API to query metadata, prepare statements and execute them, and also query Drill metadata You can merge this pull request

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

2016-10-03 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/601 Improve JDBC Metadata support Improve Drill JDBC metadata support by upgrading Avatica version, adding types filter to getTable Metadata API, and letting the JDBC driver using new Metadata API

[jira] [Created] (DRILL-4925) Add types filter to getTables metadata API

2016-10-03 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-4925: - Summary: Add types filter to getTables metadata API Key: DRILL-4925 URL: https://issues.apache.org/jira/browse/DRILL-4925 Project: Apache Drill Issue

[GitHub] drill pull request #471: DRILL-4592: Explain plan statement should show plan...

2016-10-03 Thread jinfengni
Github user jinfengni closed the pull request at: https://github.com/apache/drill/pull/471 --- 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 issue #471: DRILL-4592: Explain plan statement should show plan in Web...

2016-10-03 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/471 Close this PR as it has been merged to Drill. --- 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

[GitHub] drill pull request #342: DRILL-4279: Improve query performance when no colum...

2016-10-03 Thread jinfengni
Github user jinfengni closed the pull request at: https://github.com/apache/drill/pull/342 --- 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 issue #342: DRILL-4279: Improve query performance when no column is re...

2016-10-03 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/342 Close this PR, as the patch has been merged to Drill. --- 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

[GitHub] drill issue #328: Drill 2517: Apply directory-based partition pruning before...

2016-10-03 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/328 this PR has been merged to drill 1.6.0. Close this PR. --- 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

[GitHub] drill pull request #328: Drill 2517: Apply directory-based partition pruning...

2016-10-03 Thread jinfengni
Github user jinfengni closed the pull request at: https://github.com/apache/drill/pull/328 --- 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 #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-10-03 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/595#discussion_r81636854 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ParquetRecordReader.java --- @@ -207,6 +229,31 @@ public

[GitHub] drill pull request #594: DRILL-4842: SELECT * on JSON data results in Number...

2016-10-03 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/594#discussion_r81627752 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -56,6 +58,12 @@ private final boolean

[GitHub] drill pull request #594: DRILL-4842: SELECT * on JSON data results in Number...

2016-10-03 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/594#discussion_r81622069 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -131,14 +139,33 @@ public void

[GitHub] drill pull request #594: DRILL-4842: SELECT * on JSON data results in Number...

2016-10-03 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/594#discussion_r81619869 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -418,6 +447,7 @@ private void

[GitHub] drill pull request #594: DRILL-4842: SELECT * on JSON data results in Number...

2016-10-03 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/594#discussion_r81617585 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -131,14 +139,33 @@ public void

[GitHub] drill pull request #594: DRILL-4842: SELECT * on JSON data results in Number...

2016-10-03 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/594#discussion_r81619047 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java --- @@ -337,6 +364,7 @@ private void writeData(MapWriter

[GitHub] drill pull request #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-10-03 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/595#discussion_r81625584 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -664,27 +667,37 @@ private void init(MetadataContext

[GitHub] drill pull request #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-10-03 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/595#discussion_r81625440 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java --- @@ -935,6 +972,11 @@ public ColumnTypeMetadata_v2

Re: [HANGOUT] Topics for 10/04/16

2016-10-03 Thread Subbu Srinivasan
Can we close on https://github.com/apache/drill/pull/518 ? On Mon, Oct 3, 2016 at 10:27 AM, Sudheesh Katkam wrote: > Hi drillers, > > Our bi-weekly hangout is tomorrow (10/04/16, 10 AM PT). If you have any > suggestions for hangout topics, you can add them to this thread.

Re: [DISCUSS] Moving mature storage plugins out of contrib

2016-10-03 Thread Parth Chandra
Yes. Hive and Hbase would be prime candidates for moving out of contrib. On Tue, Sep 27, 2016 at 2:06 PM, Abhishek Girish wrote: > Hey Parth, > > Just curious to know on what would constitute as a mature storage plugin. > For hive & hbase, we have had multiple

[HANGOUT] Topics for 10/04/16

2016-10-03 Thread Sudheesh Katkam
Hi drillers, Our bi-weekly hangout is tomorrow (10/04/16, 10 AM PT). If you have any suggestions for hangout topics, you can add them to this thread. We will also ask around at the beginning of the hangout for topics. Thank you, Sudheesh

[jira] [Resolved] (DRILL-4924) Can not use case expression within an IN predicate.

2016-10-03 Thread Jinfeng Ni (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinfeng Ni resolved DRILL-4924. --- Resolution: Won't Fix > Can not use case expression within an IN predicate. >

[jira] [Created] (DRILL-4924) Can not use case expression within an IN predicate.

2016-10-03 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4924: - Summary: Can not use case expression within an IN predicate. Key: DRILL-4924 URL: https://issues.apache.org/jira/browse/DRILL-4924 Project: Apache Drill

[jira] [Created] (DRILL-4923) Use of CASE WHEN inside a sub-query results in AssertionError

2016-10-03 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4923: - Summary: Use of CASE WHEN inside a sub-query results in AssertionError Key: DRILL-4923 URL: https://issues.apache.org/jira/browse/DRILL-4923 Project: Apache Drill

[jira] [Created] (DRILL-4922) Difference in results returned by AGE function

2016-10-03 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4922: - Summary: Difference in results returned by AGE function Key: DRILL-4922 URL: https://issues.apache.org/jira/browse/DRILL-4922 Project: Apache Drill Issue