[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-07-09 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r666754511 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -428,7 +451,132 @@ object

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-07-08 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r666405208 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -428,7 +451,132 @@ object

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-07-02 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r662817414 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -212,14 +214,38 @@ object

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-07-02 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r662817040 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -212,14 +214,38 @@ object

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-07-01 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r662519357 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -212,14 +214,38 @@ object

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-06-29 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r659934143 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -212,14 +214,38 @@ object

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-06-28 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r659947573 ## File path: sql/core/src/test/resources/sql-tests/inputs/join-lateral.sql ## @@ -83,8 +83,65 @@ SELECT * FROM t1 WHERE c1 = (SELECT MIN(a) FROM t2,

[GitHub] [spark] cloud-fan commented on a change in pull request #33070: [SPARK-35551][SQL] Handle the COUNT bug for lateral subqueries

2021-06-28 Thread GitBox
cloud-fan commented on a change in pull request #33070: URL: https://github.com/apache/spark/pull/33070#discussion_r659934143 ## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/DecorrelateInnerQuery.scala ## @@ -212,14 +214,38 @@ object