[GitHub] spark pull request #21144: [SPARK-24043][SQL] Interpreted Predicate should i...

2018-05-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21144 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21144: [SPARK-24043][SQL] Interpreted Predicate should i...

2018-04-24 Thread bersprockets
Github user bersprockets commented on a diff in the pull request: https://github.com/apache/spark/pull/21144#discussion_r183937258 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -36,6 +36,14 @@ object InterpretedPredicate {

[GitHub] spark pull request #21144: [SPARK-24043][SQL] Interpreted Predicate should i...

2018-04-24 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/21144#discussion_r183908521 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -36,6 +36,14 @@ object InterpretedPredicate {

[GitHub] spark pull request #21144: [SPARK-24043][SQL] Interpreted Predicate should i...

2018-04-24 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/21144#discussion_r183890298 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -36,6 +36,14 @@ object InterpretedPredicate {

[GitHub] spark pull request #21144: [SPARK-24043][SQL] Interpreted Predicate should i...

2018-04-24 Thread bersprockets
Github user bersprockets commented on a diff in the pull request: https://github.com/apache/spark/pull/21144#discussion_r183853692 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -36,6 +36,14 @@ object InterpretedPredicate {

[GitHub] spark pull request #21144: [SPARK-24043][SQL] Interpreted Predicate should i...

2018-04-24 Thread bersprockets
GitHub user bersprockets opened a pull request: https://github.com/apache/spark/pull/21144 [SPARK-24043][SQL] Interpreted Predicate should initialize nondeterministic expressions ## What changes were proposed in this pull request? When creating an InterpretedPredicate