[GitHub] [spark] ulysses-you commented on a diff in pull request #37129: [SPARK-39710][SQL] Support push local topK through outer join

2022-08-09 Thread GitBox
ulysses-you commented on code in PR #37129: URL: https://github.com/apache/spark/pull/37129#discussion_r941163219 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PushLocalTopKThroughOuterJoin.scala: ## @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache

[GitHub] [spark] ulysses-you commented on a diff in pull request #37129: [SPARK-39710][SQL] Support push local topK through outer join

2022-08-09 Thread GitBox
ulysses-you commented on code in PR #37129: URL: https://github.com/apache/spark/pull/37129#discussion_r941137063 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PushLocalTopKThroughOuterJoin.scala: ## @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache

[GitHub] [spark] ulysses-you commented on a diff in pull request #37129: [SPARK-39710][SQL] Support push local topK through outer join

2022-07-12 Thread GitBox
ulysses-you commented on code in PR #37129: URL: https://github.com/apache/spark/pull/37129#discussion_r918870960 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PushLocalTopKThroughOuterJoin.scala: ## @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache

[GitHub] [spark] ulysses-you commented on a diff in pull request #37129: [SPARK-39710][SQL] Support push local topK through outer join

2022-07-12 Thread GitBox
ulysses-you commented on code in PR #37129: URL: https://github.com/apache/spark/pull/37129#discussion_r918865962 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala: ## @@ -230,6 +230,7 @@ abstract class Optimizer(catalogManager:

[GitHub] [spark] ulysses-you commented on a diff in pull request #37129: [SPARK-39710][SQL] Support push local topK through outer join

2022-07-12 Thread GitBox
ulysses-you commented on code in PR #37129: URL: https://github.com/apache/spark/pull/37129#discussion_r918867434 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PushLocalTopKThroughOuterJoin.scala: ## @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache

[GitHub] [spark] ulysses-you commented on a diff in pull request #37129: [SPARK-39710][SQL] Support push local topK through outer join

2022-07-12 Thread GitBox
ulysses-you commented on code in PR #37129: URL: https://github.com/apache/spark/pull/37129#discussion_r918864202 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/PushLocalTopKThroughOuterJoin.scala: ## @@ -0,0 +1,118 @@ +/* + * Licensed to the Apache