[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125455477 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125456415 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to

Re: [DISCUSS] Drill 1.11.0 release

2017-07-04 Thread Arina Yelchiyeva
Latest update: We wait for the following Jiras before final cut off. 1. DRILL-5601 - Paul 2. DRILL-5420 - Kunal 3. DRILL-5634 - Charles Kind regards Arina On Fri, Jun 30, 2017 at 9:29 PM, Kunal Khatua wrote: > Parth's already +1'd the process with a minor update. So, we're

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125453034 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125448126 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125451645 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125450075 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,315 @@ +/** --- End diff --

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125486933 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill issue #805: Drill-4139: Exception while trying to prune partition. jav...

2017-07-04 Thread vvysotskyi
Github user vvysotskyi commented on the issue: https://github.com/apache/drill/pull/805 Resolved merge conflicts and rebased on latest master. --- 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

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125489210 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125487229 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125487364 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread cgivre
Github user cgivre commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125489004 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,345 @@ +/** + * Licensed to the Apache

[jira] [Resolved] (DRILL-4356) Subsequent refresh table metadata command returns in-correct message to user.

2017-07-04 Thread Arina Ielchiieva (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arina Ielchiieva resolved DRILL-4356. - Resolution: Fixed > Subsequent refresh table metadata command returns in-correct message

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125507297 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,395 @@ +/* + * Licensed to

[GitHub] drill pull request #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125507167 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,395 @@ +/* + * Licensed to

[GitHub] drill pull request #867: DRILL-4755: Fix IOBE for convert_from/convert_to fu...

2017-07-04 Thread vvysotskyi
GitHub user vvysotskyi opened a pull request: https://github.com/apache/drill/pull/867 DRILL-4755: Fix IOBE for convert_from/convert_to functions with incorrect encoding type Please see the problem description in [DRILL-4755](https://issues.apache.org/jira/browse/DRILL-4755) You

[GitHub] drill issue #865: DRILL-5634 - Add Crypto and Hash Functions

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/865 +1, LGTM. --- 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

[GitHub] drill pull request #867: DRILL-4755: Fix IOBE for convert_from/convert_to fu...

2017-07-04 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/867#discussion_r125524481 --- Diff: exec/jdbc/src/test/java/org/apache/drill/jdbc/test/TestExecutionExceptionsToClient.java --- @@ -192,4 +192,28 @@ public void

[jira] [Resolved] (DRILL-3828) Metadata Caching + Impersonation : Inconsistency in reporting a permission error

2017-07-04 Thread Arina Ielchiieva (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arina Ielchiieva resolved DRILL-3828. - Resolution: Fixed Fix Version/s: (was: Future) > Metadata Caching +

[jira] [Created] (DRILL-5658) Documentation for Drill Crypto Functions

2017-07-04 Thread Charles Givre (JIRA)
Charles Givre created DRILL-5658: Summary: Documentation for Drill Crypto Functions Key: DRILL-5658 URL: https://issues.apache.org/jira/browse/DRILL-5658 Project: Apache Drill Issue Type: