[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-04-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17491 --- 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 ena

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-04-11 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r110859934 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,32 @@ object RewriteCorrelatedScalarSubquery

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-04-11 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r110858379 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,32 @@ object RewriteCorrelatedScalarSubquery

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-04-11 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r110858303 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,32 @@ object RewriteCorrelatedScalarSubquery

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-04-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r110852640 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,32 @@ object RewriteCorrelatedScalarSubqu

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109272800 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper { * R

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109271419 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,31 @@ object RewriteCorrelatedScalarSubquery

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread nsyca
Github user nsyca commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109222591 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper { * Re

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109211310 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper {

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109203721 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper {

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread nsyca
Github user nsyca commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109198895 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,31 @@ object RewriteCorrelatedScalarSubquery

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread nsyca
Github user nsyca commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109192716 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper { * Re

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109191711 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,31 @@ object RewriteCorrelatedScalarSub

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109190009 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,31 @@ object RewriteCorrelatedScalarSubquery

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109186662 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper { * R

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread nsyca
Github user nsyca commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109183735 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -90,11 +90,12 @@ trait PredicateHelper { * Re

[GitHub] spark pull request #17491: [SPARK-20175][SQL] Exists should not be evaluated...

2017-03-31 Thread nsyca
Github user nsyca commented on a diff in the pull request: https://github.com/apache/spark/pull/17491#discussion_r109181709 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/subquery.scala --- @@ -498,3 +498,31 @@ object RewriteCorrelatedScalarSubquery