RussellSpitzer commented on code in PR #15634:
URL: https://github.com/apache/iceberg/pull/15634#discussion_r2996265194


##########
core/src/test/java/org/apache/iceberg/TestReplacePartitions.java:
##########
@@ -188,14 +188,17 @@ public void testReplaceWithUnpartitionedTable() throws 
IOException {
 
     assertThat(TestTables.metadataVersion("unpartitioned")).isEqualTo(0);
 
-    commit(table, unpartitioned.newAppend().appendFile(FILE_A), branch);
+    commit(unpartitioned, unpartitioned.newAppend().appendFile(FILE_A), 
branch);

Review Comment:
   Here are tests that were being tested against the wrong table previously. 



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