aokolnychyi commented on code in PR #7637:
URL: https://github.com/apache/iceberg/pull/7637#discussion_r1199453477


##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/TestSparkDistributionAndOrderingUtil.java:
##########
@@ -1523,30 +1951,65 @@ public void 
testRangePositionDeltaDeletePartitionedTable() {
   // Distribution and ordering for merge-on-read UPDATE operations with 
position deletes
   // 
===================================================================================
   //
-  // update mode is NOT SET -> CLUSTER BY _spec_id, _partition + LOCALLY ORDER 
BY _spec_id,
-  // _partition, _file, _pos
-  // update mode is NONE -> unspecified distribution + LOCALLY ORDER BY 
_spec_id, _partition, _file,
-  // _pos
-  // update mode is HASH -> CLUSTER BY _spec_id, _partition + LOCALLY ORDER BY 
_spec_id, _partition,
-  // _file, _pos
+  // UNPARTITIONED UNORDERED
+  // -------------------------------------------------------------------------
+  // update mode is NOT SET -> CLUSTER BY _spec_id, _partition, _file +

Review Comment:
   Same as DELETE.



-- 
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]

Reply via email to