Time for 1.10 release

2017-02-22 Thread Jinfeng Ni
Hi Drillers, It has been almost 3 months since we release Drill 1.9. We have resolved plenty of fixes and improvements (closed around 88 JIRAs [1]). I propose that we start the 1.10 release process, and set Wednesday 3/1 as the cutoff day for code checkin. After 3/1, we should start build a

[GitHub] drill pull request #750: DRILL-5273: CompliantTextReader excessive memory us...

2017-02-22 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/750#discussion_r102650409 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/text/compliant/CompliantTextRecordReader.java --- @@ -118,12 +118,21 @@ public

[jira] [Created] (DRILL-5295) Unable to query INFORMATION_SCHEMA.`TABLES` if MySql storage plugin enabled

2017-02-22 Thread Martina Ponca (JIRA)
Martina Ponca created DRILL-5295: Summary: Unable to query INFORMATION_SCHEMA.`TABLES` if MySql storage plugin enabled Key: DRILL-5295 URL: https://issues.apache.org/jira/browse/DRILL-5295 Project:

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/757#discussion_r102615118 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -413,4 +413,8 @@ String DYNAMIC_UDF_SUPPORT_ENABLED =

[jira] [Created] (DRILL-5294) Managed External Sort throws an OOM during the merge and spill phase

2017-02-22 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5294: Summary: Managed External Sort throws an OOM during the merge and spill phase Key: DRILL-5294 URL: https://issues.apache.org/jira/browse/DRILL-5294 Project:

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/757#discussion_r102611281 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -413,4 +413,8 @@ String DYNAMIC_UDF_SUPPORT_ENABLED =

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102572925 --- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp --- @@ -0,0 +1,211 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102555281 --- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp --- @@ -0,0 +1,211 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102572556 --- Diff: contrib/native/client/cmakeModules/FindSASL.cmake --- @@ -0,0 +1,55 @@ +# +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] drill pull request #729: Drill 1328: Support table statistics for Parquet

2017-02-22 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/729#discussion_r102604228 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -390,4 +391,15 @@ String DYNAMIC_UDF_SUPPORT_ENABLED =

[GitHub] drill pull request #729: Drill 1328: Support table statistics for Parquet

2017-02-22 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/729#discussion_r102602855 --- Diff: exec/java-exec/src/main/codegen/data/Parser.tdd --- @@ -39,7 +39,13 @@ "METADATA", "DATABASE", "IF", -"JAR" +

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/757#discussion_r102597457 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/DrillbitContext.java --- @@ -91,6 +93,7 @@ public DrillbitContext(

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/757#discussion_r102598925 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/QueryContext.java --- @@ -91,7 +91,12 @@ public QueryContext(final UserSession

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/757#discussion_r102598198 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -413,4 +413,8 @@ String

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/757#discussion_r102597862 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/QueryContext.java --- @@ -91,7 +91,12 @@ public QueryContext(final UserSession

[jira] [Created] (DRILL-5293) Poor performance of Hash Table due to same hash value as distribution below

2017-02-22 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-5293: --- Summary: Poor performance of Hash Table due to same hash value as distribution below Key: DRILL-5293 URL: https://issues.apache.org/jira/browse/DRILL-5293 Project:

[GitHub] drill pull request #757: DRILL-5290: Provide an option to build operator tab...

2017-02-22 Thread ppadma
GitHub user ppadma opened a pull request: https://github.com/apache/drill/pull/757 DRILL-5290: Provide an option to build operator table once for built-… …in static functions and reuse it across queries. You can merge this pull request into a Git repository by running: $

[jira] [Created] (DRILL-5292) Better Parquet handling of sparse columns

2017-02-22 Thread Nate Putnam (JIRA)
Nate Putnam created DRILL-5292: -- Summary: Better Parquet handling of sparse columns Key: DRILL-5292 URL: https://issues.apache.org/jira/browse/DRILL-5292 Project: Apache Drill Issue Type:

[GitHub] drill pull request #756: DRILL-5195: Publish Operator and MajorFragment Stat...

2017-02-22 Thread kkhatua
GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/756 DRILL-5195: Publish Operator and MajorFragment Stats in Profile page Improved UI 1. Introduction of Tooltips 2. Share of each operator as a percentages of the major fragment and of the query

[GitHub] drill issue #756: DRILL-5195: Publish Operator and MajorFragment Stats in Pr...

2017-02-22 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/756 @sudheeshkatkam This commit is rebased on top of another pending PR (#738): DRILL-5190. You'll need to apply that before applying this. --- If your project is set up for it, you can reply to this

[jira] [Created] (DRILL-5291) Parquet Reader produces low density batches - variable width fields

2017-02-22 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5291: -- Summary: Parquet Reader produces low density batches - variable width fields Key: DRILL-5291 URL: https://issues.apache.org/jira/browse/DRILL-5291 Project: Apache Drill

[jira] [Created] (DRILL-5290) Provide an option to build operator table once for built-in static functions and reuse it across queries.

2017-02-22 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-5290: --- Summary: Provide an option to build operator table once for built-in static functions and reuse it across queries. Key: DRILL-5290 URL:

[GitHub] drill pull request #747: DRILL-5257: Run-time control of query profiles

2017-02-22 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/747#discussion_r102541268 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java --- @@ -178,6 +182,19 @@ public Foreman(final WorkerBee bee, final

[jira] [Created] (DRILL-5289) Drill should handle OOM due to insufficient heap type of errors more gracefully

2017-02-22 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5289: Summary: Drill should handle OOM due to insufficient heap type of errors more gracefully Key: DRILL-5289 URL: https://issues.apache.org/jira/browse/DRILL-5289

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102483298 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/AuthenticationOutcomeListener.java --- @@ -0,0 +1,238 @@ +/** + *

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102483189 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/plain/PlainFactory.java --- @@ -0,0 +1,166 @@ +/** + * Licensed to the

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102475172 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/ControlConnectionConfig.java --- @@ -0,0 +1,59 @@ +/** + * Licensed to

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-22 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r102473811 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserClient.java --- @@ -88,22 +129,183 @@ public void submitQuery(UserResultsListener

[jira] [Created] (DRILL-5288) JSON data not read as string when store.json.all_text_mode=true

2017-02-22 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5288: - Summary: JSON data not read as string when store.json.all_text_mode=true Key: DRILL-5288 URL: https://issues.apache.org/jira/browse/DRILL-5288 Project: Apache