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

2017-07-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/865 --- 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 pull request #865: DRILL-5634 - Add Crypto and Hash Functions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2017-07-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r127004765 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/CryptoFunctions.java --- @@ -0,0 +1,389 @@ +/* + * 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_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 #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_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

[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_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_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 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 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_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

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

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

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

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

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

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

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

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

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

2017-07-03 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125242571 --- 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-03 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/865#discussion_r125246241 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestCryptoFunctions.java --- @@ -0,0 +1,91 @@ +/** + * Licensed to the

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

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

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

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

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

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

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

2017-07-02 Thread cgivre
GitHub user cgivre opened a pull request: https://github.com/apache/drill/pull/865 DRILL-5634 - Add Crypto and Hash Functions You can merge this pull request into a Git repository by running: $ git pull https://github.com/cgivre/drill master Alternatively you can review and