ulysses-you commented on a change in pull request #35208:
URL: https://github.com/apache/spark/pull/35208#discussion_r785271933
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreePatterns.scala
##########
@@ -111,6 +111,7 @@ object TreePattern extends Enumeration {
val PROJECT: Value = Value
val RELATION_TIME_TRAVEL: Value = Value
val REPARTITION_OPERATION: Value = Value
+ val REBALANCE: Value = Value
Review comment:
changed to `REBALANCE_PARTITIONS`
--
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]