[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-20 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r950662263 ## sql/catalyst/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala: ## @@ -48,6 +48,11 @@ case class DataSourceV2Relation(

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-20 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r950662247 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/V2ExpressionUtils.scala: ## @@ -143,4 +150,53 @@ object V2ExpressionUtils extends SQLConfHelper

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-19 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r950634605 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-18 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r948716786 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-09 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r941724559 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-04 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r938175964 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-04 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r938175964 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-02 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r935925857 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-02 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r935925857 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-07-29 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r933030314 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-07-29 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r933028755 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -17,22 +17,33 @@ package

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-07-15 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r922005824 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -53,16 +63,27 @@ object DistributionAndOrderingUtils

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-07-15 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r922005824 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -53,16 +63,27 @@ object DistributionAndOrderingUtils

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-07-08 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r916672796 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -53,16 +63,27 @@ object DistributionAndOrderingUtils

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-07-08 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r916672796 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -53,16 +63,27 @@ object DistributionAndOrderingUtils

[GitHub] [spark] pan3793 commented on a diff in pull request #36995: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-06-26 Thread GitBox
pan3793 commented on code in PR #36995: URL: https://github.com/apache/spark/pull/36995#discussion_r906803737 ## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DistributionAndOrderingUtils.scala: ## @@ -53,16 +63,27 @@ object DistributionAndOrderingUtils