cloud-fan commented on a change in pull request #35460:
URL: https://github.com/apache/spark/pull/35460#discussion_r811635873
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/ShuffleExchangeExec.scala
##########
@@ -401,6 +405,29 @@ object ShuffleExchangeExec {
dependency
}
+ /**
+ * Checks if the shuffle partitioning contains indeterminate
expression/reference.
+ */
+ private def isPartitioningIndeterminate(partitioning: Partitioning, plan:
SparkPlan): Boolean = {
Review comment:
I think we need to build a framework to properly propagate the
column-level nondeterministic information. This function looks quite fragile
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]