Re: [VOTE] Release Apache Drill 1.2.0 RC2

2015-10-09 Thread Parth Chandra
+1. This one looks good. Downloaded source. Verified checksums Built from source. Built C++ client from source (MacOS) Tested multiple parallel queries via C++ client query submitter. All looks good. On Thu, Oct 8, 2015 at 2:08 PM, Abdel Hakim Deneche wrote: > Hi all,

RE: [VOTE] Release Apache Drill 1.2.0 RC2

2015-10-09 Thread Geercken, Uwe
Hakim, I have downloaded rc2. I do not see any changes in the web ui and also I do not get jdbc storage running. I wonder if this will still come in the 1.2 release? Thanks for the good work. Uwe -Original Message- From: Abdel Hakim Deneche [mailto:adene...@maprtech.com] Sent:

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41682242 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/schema/DrillHiveTable.java --- @@ -179,4 +179,9 @@ private void

[jira] [Created] (DRILL-3917) IllegalArgumentException when running query after creating metadata cache

2015-10-09 Thread Aman Sinha (JIRA)
Aman Sinha created DRILL-3917: - Summary: IllegalArgumentException when running query after creating metadata cache Key: DRILL-3917 URL: https://issues.apache.org/jira/browse/DRILL-3917 Project: Apache

Re: [VOTE] Release Apache Drill 1.2.0 RC2

2015-10-09 Thread Aman Sinha
-1 for me. I am getting an error with a count(*) query and directory filter after creating the metadata cache. Please see DRILL-3917. Aman On Fri, Oct 9, 2015 at 4:21 PM, Parth Chandra wrote: > +1. This one looks good. > > Downloaded source. Verified checksums > Built

Improvements to storage plugin planning integration support

2015-10-09 Thread Jacques Nadeau
A number of us were meeting last week to work through integrating the Phoenix storage plugin. This plugin is interesting because it also uses Calcite for planning. In some ways, this should make integration easy. However, it also allowed us to see certain constraints who how we expose planner

[GitHub] drill pull request: DRILL-1942-vector-test

2015-10-09 Thread cwestin
GitHub user cwestin opened a pull request: https://github.com/apache/drill/pull/194 DRILL-1942-vector-test Additional tests added to TestValueVectors for serialization and loading; these tests were used to find and debug issues with DrillBuf slicing. Some light cleanup of a few

Re: [VOTE] Release Apache Drill 1.2.0 RC2

2015-10-09 Thread Neeraja Rentachintala
+1 (non-binding) Tested embedded mode using yelp JSON tutorials from https://drill.apache.org/docs/tutorials-introduction/ thanks Neeraja On Thu, Oct 8, 2015 at 2:08 PM, Abdel Hakim Deneche wrote: > Hi all, > > I'm enjoying the release management so much that I decided

[jira] [Resolved] (DRILL-2834) Applying multiple flattens after a join results in an NPE

2015-10-09 Thread Rahul Challapalli (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli resolved DRILL-2834. -- Resolution: Cannot Reproduce > Applying multiple flattens after a join results in an

Re: Partial aggregation in Drill-on-Phoenix

2015-10-09 Thread James Taylor
Thanks for the updates to the patch, Maryann. It's looking very good - this will perform better I believe. I made a few comments on the pull request. FYI, I filed PHOENIX-2316 to add the missing information (namely the region server that the parallelized scan will go to) so that I can improve the

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41628637 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/schema/DrillHiveTable.java --- @@ -179,4 +179,9 @@ private void

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41628985 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DefaultSqlHandler.java --- @@ -162,6 +166,9 @@ public PhysicalPlan

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41629498 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/NonDeferredSchemaTableLimit0Visitor.java --- @@ -0,0 +1,126 @@ +/**

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41629465 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/NonDeferredSchemaTableLimit0Visitor.java --- @@ -0,0 +1,126 @@ +/**

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41628570 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/schema/DrillHiveTable.java --- @@ -179,4 +179,9 @@ private void

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41629260 --- Diff: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/schema/DrillHiveTable.java --- @@ -179,4 +179,9 @@ private void

[GitHub] drill pull request: DRILL-3623: Use shorter query path for LIMIT 0...

2015-10-09 Thread jacques-n
Github user jacques-n commented on a diff in the pull request: https://github.com/apache/drill/pull/193#discussion_r41630368 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/NonDeferredSchemaTableLimit0Visitor.java --- @@ -0,0 +1,126 @@ +/**

[jira] [Resolved] (DRILL-2161) Flatten on a list within a list on a large data set results in an IOB Exception

2015-10-09 Thread Rahul Challapalli (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli resolved DRILL-2161. -- Resolution: Cannot Reproduce I tested every query listed on this jira and none of them

[jira] [Resolved] (DRILL-2046) Merge join inconsistent results

2015-10-09 Thread Rahul Challapalli (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Challapalli resolved DRILL-2046. -- Resolution: Cannot Reproduce I could not reproduce the issue any more. So I am marking