[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-26 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r858574446 ## sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala: ## @@ -264,28 +264,25 @@ class InjectRuntimeFilterSuite extends QueryTest with SQLTest

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-26 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r858354696 ## sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala: ## @@ -264,28 +264,25 @@ class InjectRuntimeFilterSuite extends QueryTest with SQLTest

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853713177 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala: ## @@ -663,11 +663,13 @@ case class UnresolvedWith( *

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853713177 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala: ## @@ -663,11 +663,13 @@ case class UnresolvedWith( *

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853712433 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853685821 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853329267 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853329012 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853084923 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala: ## @@ -1014,6 +1018,24 @@ case class Aggregate( } } +obje

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853084454 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala: ## @@ -1014,6 +1018,24 @@ case class Aggregate( } } +obje

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853082549 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853081225 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-19 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r853074034 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,382 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852568312 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,350 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852566891 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852184227 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852171895 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852171895 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852165919 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852165221 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852165221 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852163273 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852157375 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r852150079 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r851999569 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [spark] cloud-fan commented on a diff in pull request #32298: [SPARK-34079][SQL] Merge non-correlated scalar subqueries

2022-04-18 Thread GitBox
cloud-fan commented on code in PR #32298: URL: https://github.com/apache/spark/pull/32298#discussion_r851999569 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/MergeScalarSubqueries.scala: ## @@ -0,0 +1,357 @@ +/* + * Licensed to the Apache Software Founda