[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/610 --- 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 #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86231467 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/BooleanType.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86238839 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/BooleanType.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86230956 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/BooleanType.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86202063 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/BooleanType.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86201965 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/BooleanType.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86201969 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/BooleanType.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-02 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r86103902 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/SimpleCastFunctions.java --- @@ -48,14 +46,8 @@ public void setup() {

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-01 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85990420 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/SimpleCastFunctions.java --- @@ -48,14 +46,8 @@ public void setup() {

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85945622 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanType.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85948603 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanType.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85945665 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanType.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-11-01 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85948565 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestSimpleCastFunctions.java --- @@ -18,18 +18,108 @@ package

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-10-25 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85036776 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanType.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-10-25 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85036858 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanType.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-10-25 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85038037 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestSimpleCastFunctions.java --- @@ -18,18 +18,108 @@ package org.apache.drill.exec.sql;

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-10-25 Thread gparai
Github user gparai commented on a diff in the pull request: https://github.com/apache/drill/pull/610#discussion_r85036792 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/BooleanType.java --- @@ -0,0 +1,67 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #610: DRILL-4674: Allow casting to boolean the same liter...

2016-10-12 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/610 DRILL-4674: Allow casting to boolean the same literals as in Postgre You can merge this pull request into a Git repository by running: $ git pull