yyanyy commented on code in PR #57178:
URL: https://github.com/apache/spark/pull/57178#discussion_r3599883315
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreePatterns.scala:
##########
@@ -180,6 +183,7 @@ object TreePattern extends Enumeration {
val RELATION_TIME_TRAVEL: Value = Value
val REPARTITION_OPERATION: Value = Value
val REBALANCE_PARTITIONS: Value = Value
+ val REPLACE_DATA: Value = Value
Review Comment:
thanks for the review! I took a look at this file, it looks like ~14 lines
are out of order, so I think it's indeed a little bit out of scope for this PR;
the lines introduced in this PR shouldn't make the problem worse though (for
this instance, `REBALANCE_PARTITIONS` will need to be moved to keep the list
sorted)
--
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]