Re: [VOTE] Release Apache Drill 1.11.0 - rc0

2017-07-27 Thread Khurram Faraaz
+1 (non-binding) Built from source and ran few of the Functional tests, looks good. From: Sorabh Hamirwasia Sent: Friday, July 28, 2017 6:24:29 AM To: dev@drill.apache.org Subject: Re: [VOTE] Release Apache Drill 1.11.0 - rc0 LGTM +1 -

Re: [VOTE] Release Apache Drill 1.11.0 - rc0

2017-07-27 Thread Sorabh Hamirwasia
LGTM +1 - Built from source on CentOS using [4], deployed on a one node cluster - Downloaded and deployed a one node cluster using [2] - Ran some queries against employee.json & regions.json file in classpath using sqlline - Enabled plain and kerberos authentication and was successfully

Re: [VOTE] Release Apache Drill 1.11.0 - rc0

2017-07-27 Thread Abhishek Girish
+1 (non-binding) - Built from source using [4], deployed on a multi-node cluster - Ran tests from Drill Test Framework [5] Looks good! [5] https://github.com/mapr/drill-test-framework On Thu, Jul 27, 2017 at 3:17 PM, Aman Sinha wrote: > LGTM +1 > > Downloaded the

Re: [VOTE] Release Apache Drill 1.11.0 - rc0

2017-07-27 Thread Aman Sinha
LGTM +1 Downloaded the source on my mac and built using Java 1.8 Started in embedded mode. Created a view on TPC-DS data and ran a bunch of queries with joins, aggregations, order-by Did a CTAS with partition-by, Created metadata cache. Checked Explain plans Checked Web UI for query profile.

[jira] [Created] (DRILL-5694) hash agg spill to disk, second phase OOM

2017-07-27 Thread Chun Chang (JIRA)
Chun Chang created DRILL-5694: - Summary: hash agg spill to disk, second phase OOM Key: DRILL-5694 URL: https://issues.apache.org/jira/browse/DRILL-5694 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-5693) SYSTEM ERROR: IllegalStateException: Packet too long

2017-07-27 Thread Bob Rudis (JIRA)
Bob Rudis created DRILL-5693: Summary: SYSTEM ERROR: IllegalStateException: Packet too long Key: DRILL-5693 URL: https://issues.apache.org/jira/browse/DRILL-5693 Project: Apache Drill Issue

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129834482 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to the

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129834750 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to the

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129834322 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to the

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129834889 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetMetadataVersion.java --- @@ -0,0 +1,130 @@ +/* + * Licensed

[jira] [Created] (DRILL-5692) Umbrella Issue to Improve Error Messages to Users in Apache Drill

2017-07-27 Thread John Omernik (JIRA)
John Omernik created DRILL-5692: --- Summary: Umbrella Issue to Improve Error Messages to Users in Apache Drill Key: DRILL-5692 URL: https://issues.apache.org/jira/browse/DRILL-5692 Project: Apache Drill

[GitHub] drill issue #889: Drill 5691 enhance scalar sub queries checking for the car...

2017-07-27 Thread weijietong
Github user weijietong commented on the issue: https://github.com/apache/drill/pull/889 The build process is good at my laptop. anyone please work this out. --- 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

[GitHub] drill pull request #889: Drill 5691 enhance scalar sub queries checking for ...

2017-07-27 Thread weijietong
GitHub user weijietong opened a pull request: https://github.com/apache/drill/pull/889 Drill 5691 enhance scalar sub queries checking for the cartesian join You can merge this pull request into a Git repository by running: $ git pull https://github.com/weijietong/drill

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129796074 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129781397 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129783958 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129783208 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129780880 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/MetadataVersion.java --- @@ -0,0 +1,124 @@ +/* + * Licensed to

[GitHub] drill pull request #877: DRILL-5660: Drill 1.10 queries fail due to Parquet ...

2017-07-27 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/877#discussion_r129782338 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetMetadataVersion.java --- @@ -0,0 +1,130 @@ +/* + *