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

2016-09-27 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/595 @vdiravka can you repost this PR with the commits split into Jason's original work and then with your fixes on top? We should give credit where it is due. --- If your project is set up for

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

2016-09-27 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80817027 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -115,6 +115,8 @@ private List rowGroupInfos;

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

2016-09-27 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80796011 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -115,6 +115,8 @@ private List rowGroupInfos;

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

2016-09-27 Thread Abhishek Girish
Hey Parth, Just curious to know on what would constitute as a mature storage plugin. For hive & hbase, we have had multiple releases, activity on mailing lists & good test coverage in [1], so would those be factors to consider? [1] https://github.com/mapr/drill-test-framework On Tue, Sep 27,

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

2016-09-27 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80788614 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -899,6 +907,16 @@ public FileGroupScan

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

2016-09-27 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80788617 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -899,6 +907,16 @@ public FileGroupScan

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

2016-09-27 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80788478 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -107,7 +107,7 @@ public ScanBatch

[GitHub] drill issue #597: DRILL-4905: Push down the LIMIT to the parquet reader scan...

2016-09-27 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/597 updated with review comments. --- 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

[DISCUSS] Moving mature storage plugins out of contrib

2016-09-27 Thread Parth Chandra
We had a discussion about moving mature storage plugins out of contrib a while ago [1] and the discussion just stalled. I think it is time we moved the mature plugins out of contrib and into their own space. Thoughts? Parth [1]

[jira] [Created] (DRILL-4908) Unable to setup Sybase JDBC Plugin with access to multiple databases

2016-09-27 Thread David Lee (JIRA)
David Lee created DRILL-4908: Summary: Unable to setup Sybase JDBC Plugin with access to multiple databases Key: DRILL-4908 URL: https://issues.apache.org/jira/browse/DRILL-4908 Project: Apache Drill

[jira] [Created] (DRILL-4907) Wrong default value mentioned in documentation for "planner.width.max_per_node"

2016-09-27 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4907: Summary: Wrong default value mentioned in documentation for "planner.width.max_per_node" Key: DRILL-4907 URL: https://issues.apache.org/jira/browse/DRILL-4907

Re: Drill weekly meeting link

2016-09-27 Thread Jinfeng Ni
The hangout link can be found in Drill's doc page [1]. [1] https://drill.apache.org/community-resources/ On Tue, Sep 27, 2016 at 11:04 AM, Manjeet Singh wrote: > How to join the meeting? > > On Tue, Sep 27, 2016 at 9:51 PM, AnilKumar B wrote:

Re: Drill weekly meeting link

2016-09-27 Thread Manjeet Singh
How to join the meeting? On Tue, Sep 27, 2016 at 9:51 PM, AnilKumar B wrote: > Ohh OK. Thank you Arina. > > Thanks & Regards, > B Anil Kumar. > > On Tue, Sep 27, 2016 at 9:19 AM, Arina Yelchiyeva < > arina.yelchiy...@gmail.com> wrote: > > > Apache Drill meeting is

[GitHub] drill issue #597: DRILL-4905: Push down the LIMIT to the parquet reader scan...

2016-09-27 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/597 comment --- 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

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

2016-09-27 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80754698 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -107,7 +107,7 @@ public ScanBatch

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

2016-09-27 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80754060 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -899,6 +907,16 @@ public FileGroupScan

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

2016-09-27 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80751210 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java --- @@ -107,7 +107,7 @@ public ScanBatch

Re: Drill weekly meeting link

2016-09-27 Thread AnilKumar B
Ohh OK. Thank you Arina. Thanks & Regards, B Anil Kumar. On Tue, Sep 27, 2016 at 9:19 AM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Apache Drill meeting is bi-weekly. It will be held next Tuesday. > > Kind regards > Arina > > On Tue, Sep 27, 2016 at 7:12 PM, AnilKumar B

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80735634 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -301,29 +323,120 @@ private

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80669448 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -301,29 +323,120 @@ private

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80666252 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -120,9 +129,9 @@ public

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80647672 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -179,14 +190,15 @@ public

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80648485 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/registry/FunctionRegistryHolder.java --- @@ -0,0 +1,360 @@ +/** + *

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80737998 --- Diff: exec/java-exec/src/main/resources/drill-module.conf --- @@ -45,6 +45,8 @@ drill.client: { supports-complex-types: true }

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80646286 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/coord/zk/ZookeeperClient.java --- @@ -257,14 +263,47 @@ public void put(final String

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80649045 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/registry/FunctionRegistryHolder.java --- @@ -0,0 +1,360 @@ +/** + *

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80650009 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DropFunctionHandler.java --- @@ -48,54 +48,77 @@ public

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80648171 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -301,29 +323,120 @@ private

[GitHub] drill pull request #574: DRILL-4726: Dynamic UDFs support

2016-09-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/574#discussion_r80675326 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -301,29 +323,120 @@ private

Re: Drill weekly meeting link

2016-09-27 Thread Arina Yelchiyeva
Apache Drill meeting is bi-weekly. It will be held next Tuesday. Kind regards Arina On Tue, Sep 27, 2016 at 7:12 PM, AnilKumar B wrote: > I would like to join to discuss on Kafka storage plugin, but unable to > join. > > Google Calendar invitations cannot be forwarded

Re: Drill weekly meeting link

2016-09-27 Thread AnilKumar B
I would like to join to discuss on Kafka storage plugin, but unable to join. Google Calendar invitations cannot be forwarded via email. This event belongs to drill-...@incubator.apache.org and you are logged in as akumarb2...@gmail.com. Please ask the meeting organizer to add you to the event

Drill weekly meeting link

2016-09-27 Thread AnilKumar B
Hi, Is there any link to join Apache Drill weekly meeting? Thanks & Regards, B Anil Kumar.

[GitHub] drill pull request #598: DRILL-4906 CASE Expression with constant generates ...

2016-09-27 Thread Serhii-Harnyk
GitHub user Serhii-Harnyk opened a pull request: https://github.com/apache/drill/pull/598 DRILL-4906 CASE Expression with constant generates class exception You can merge this pull request into a Git repository by running: $ git pull https://github.com/Serhii-Harnyk/drill

[jira] [Created] (DRILL-4906) CASE Expression with constant generates class exception

2016-09-27 Thread Serhii Harnyk (JIRA)
Serhii Harnyk created DRILL-4906: Summary: CASE Expression with constant generates class exception Key: DRILL-4906 URL: https://issues.apache.org/jira/browse/DRILL-4906 Project: Apache Drill

[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

2016-09-27 Thread ssriniva123
Github user ssriniva123 commented on the issue: https://github.com/apache/drill/pull/518 Paul, The code you have listed is semantically equivalent to that of what I already I have submitted for pull and will not solve handling of all malformed json records. Also the code for

[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

2016-09-27 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/518 The open question was how we can discard a partly-built record during recovery. As far as I can tell (veterans, please correct me), the JSONRecordReader keeps track of the record count. So, all