nastra commented on code in PR #10523:
URL: https://github.com/apache/iceberg/pull/10523#discussion_r1676095102


##########
core/src/test/java/org/apache/iceberg/TestFastAppend.java:
##########
@@ -317,6 +317,60 @@ public void testRecoveryWithoutManifestList() {
     
assertThat(metadata.currentSnapshot().allManifests(FILE_IO)).contains(newManifest);
   }
 
+  @TestTemplate
+  public void testWriteNewManifestsIdempotency() {
+    table.updateProperties().set(TableProperties.MANIFEST_LISTS_ENABLED, 
"true").commit();

Review Comment:
   if the property isn't immediately related to the test scenario then I'd just 
remove it



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to