mxm commented on code in PR #14581:
URL: https://github.com/apache/iceberg/pull/14581#discussion_r2533599100


##########
core/src/test/java/org/apache/iceberg/TestRowDelta.java:
##########
@@ -76,6 +76,25 @@ public void addOnlyDeleteFilesProducesDeleteOperation() {
     assertThat(snap.deleteManifests(table.io())).hasSize(1);
   }
 
+  @TestTemplate
+  public void addOnlyDataFilesProducesAppendOperation() {
+    SnapshotUpdate<?> rowDelta = 
table.newRowDelta().addRows(FILE_A).addRows(FILE_B);

Review Comment:
   Added. Please see dcd7e73c1f9a8c4678c6fdc3993549dc171fb35e.



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