[jira] [Created] (DRILL-5458) REPEATED_COUNT over varchar data results in SchemaChangeException

2017-05-01 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5458: - Summary: REPEATED_COUNT over varchar data results in SchemaChangeException Key: DRILL-5458 URL: https://issues.apache.org/jira/browse/DRILL-5458 Project: Apache

[GitHub] drill pull request #821: DRILL-5450: Fix initcap function to convert upper c...

2017-05-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/821#discussion_r114249334 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/expr/fn/impl/TestStringFunctions.java --- @@ -308,4 +308,58 @@ public void

[GitHub] drill pull request #821: DRILL-5450: Fix initcap function to convert upper c...

2017-05-01 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/821#discussion_r114249116 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/StringFunctionHelpers.java --- @@ -144,41 +144,28 @@ public static int

[GitHub] drill pull request #822: DRILL-5457: Spill implementation for Hash Aggregate

2017-05-01 Thread Ben-Zvi
GitHub user Ben-Zvi opened a pull request: https://github.com/apache/drill/pull/822 DRILL-5457: Spill implementation for Hash Aggregate This pull-request is for the work on enabling memory spill for the Hash Aggregate Operator. To assist in reviewing this extensive code

[jira] [Created] (DRILL-5457) Support Spill to Disk for the Hash Aggregate Operator

2017-05-01 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-5457: --- Summary: Support Spill to Disk for the Hash Aggregate Operator Key: DRILL-5457 URL: https://issues.apache.org/jira/browse/DRILL-5457 Project: Apache Drill

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114219484 --- Diff: protocol/src/main/protobuf/User.proto --- @@ -124,6 +125,8 @@ message BitToUserHandshake { optional RpcEndpointInfos server_infos = 6;

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114214071 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114212187 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/AuthenticationOutcomeListener.java --- @@ -165,22 +172,23 @@ public void

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114211502 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/AuthenticationOutcomeListener.java --- @@ -243,4 +249,46 @@ public

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114214085 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,163 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114214449 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114216967 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/RpcMetrics.java --- @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114213700 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/ChunkCreationHandler.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r114215418 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -116,6 +116,11 @@ String BIT_AUTHENTICATION_ENABLED =

[HANGOUT] Topics for 5/2/17

2017-05-01 Thread Paul Rogers
Hi All, Our bi-weekly hangout is tomorrow (5/2/17, 10 AM PT). Please respond with suggested topics. We will also ask for additional topics at the beginning of the hangout. Thanks, - Paul

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113807185 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/EncryptionContext.java --- @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113838109 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113375341 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/ControllerImpl.java --- @@ -24,13 +24,15 @@ import

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113837851 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113376924 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/ServerAuthenticationHandler.java --- @@ -251,25 +255,67 @@ void

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113838037 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113517138 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/ChunkCreationHandler.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113835682 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/RemoteConnection.java --- @@ -51,6 +51,12 @@ SocketAddress getRemoteAddress();

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113837790 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113834772 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/EncryptionContext.java --- @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113835839 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/RpcConstants.java --- @@ -24,4 +24,29 @@ private RpcConstants(){} public static final

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113836168 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113804812 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/AuthenticationOutcomeListener.java --- @@ -243,4 +249,46 @@ public SaslMessage

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113835699 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/RpcConstants.java --- @@ -24,4 +24,29 @@ private RpcConstants(){} public static final

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113836743 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113807219 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/EncryptionContext.java --- @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113378898 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/ChunkCreationHandler.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113837839 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113378601 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/ServerAuthenticationHandler.java --- @@ -251,25 +255,67 @@ void

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113808458 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113838105 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113522675 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113376608 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/AuthenticationOutcomeListener.java --- @@ -243,4 +249,46 @@ public SaslMessage

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113808826 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113833301 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslDecryptionHandler.java --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113838045 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/SaslEncryptionHandler.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the Apache Software

[GitHub] drill pull request #773: DRILL-4335: Apache Drill should support network enc...

2017-05-01 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/773#discussion_r113833928 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/AuthenticationOutcomeListener.java --- @@ -143,16 +149,16 @@ public void

[jira] [Created] (DRILL-5456) StringIndexOutOfBoundsException when converting a JSON array to UTF-8

2017-05-01 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5456: - Summary: StringIndexOutOfBoundsException when converting a JSON array to UTF-8 Key: DRILL-5456 URL: https://issues.apache.org/jira/browse/DRILL-5456 Project:

Parquet, Arrow, and Drill Roadmap

2017-05-01 Thread John Omernik
Hey all - I posted this to both dev and user as I could mentally make the argument for both, Sorry if this is answered somewhere already. I know in the past, there have been discussions around using two different readers for Parquet, and performance gains/losses, issues. etc. Right now, the

[jira] [Created] (DRILL-5455) Sporadic JDBC connection failure (Drill 1.10)

2017-05-01 Thread Rakesh (JIRA)
Rakesh created DRILL-5455: - Summary: Sporadic JDBC connection failure (Drill 1.10) Key: DRILL-5455 URL: https://issues.apache.org/jira/browse/DRILL-5455 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-5454) REPEATED_COUNT throws error when used in where clause

2017-05-01 Thread Rakesh (JIRA)
Rakesh created DRILL-5454: - Summary: REPEATED_COUNT throws error when used in where clause Key: DRILL-5454 URL: https://issues.apache.org/jira/browse/DRILL-5454 Project: Apache Drill Issue Type: Bug

Re: DRAFT - ASF Board report for Apache Drill (May 2017)

2017-05-01 Thread Aman Sinha
LGTM. -Aman On 5/1/17, 10:34 AM, "Sudheesh Katkam" wrote: +1 > On May 1, 2017, at 2:10 AM, Parth Chandra wrote: > > Hi Drill devs, > > The quarterly report to the Apache Board is due again. Below is a draft of > the

[GitHub] drill pull request #819: DRILL-5419: Calculate return string length for lite...

2017-05-01 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/819#discussion_r114162499 --- Diff: common/src/main/java/org/apache/drill/common/types/Types.java --- @@ -636,43 +658,63 @@ public static String toString(final MajorType type) {

Re: DRAFT - ASF Board report for Apache Drill (May 2017)

2017-05-01 Thread Sudheesh Katkam
+1 > On May 1, 2017, at 2:10 AM, Parth Chandra wrote: > > Hi Drill devs, > > The quarterly report to the Apache Board is due again. Below is a draft of > the report I plan to file. > Any suggestions/additions from the dev team? I'll file this by the 3rd so > please provide

[GitHub] drill pull request #820: DRILL-5391: CTAS: make folder and file permission c...

2017-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/820 --- 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 #820: DRILL-5391: CTAS: make folder and file permission configur...

2017-05-01 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/820 +1 --- 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

DRAFT - ASF Board report for Apache Drill (May 2017)

2017-05-01 Thread Parth Chandra
Hi Drill devs, The quarterly report to the Apache Board is due again. Below is a draft of the report I plan to file. Any suggestions/additions from the dev team? I'll file this by the 3rd so please provide comments by then. Thanks Parth --- Report Begins --- ## Description: - Drill is a