uros-b commented on code in PR #57178:
URL: https://github.com/apache/spark/pull/57178#discussion_r3587862634
##########
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:
Uber nit about alphabetical ordering: REPLACE_DATA is inserted after
REBALANCE_PARTITIONS but should sort after REPARTITION_OPERATION (REPA < REPL);
although I'm not sure how strictly we enforce this to begin with.
--
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]