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


##########
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##########
@@ -1144,6 +1146,8 @@ public synchronized void testDeleteWithSnapshotIsolation()
     sql(
         "ALTER TABLE %s SET TBLPROPERTIES('%s' '%s')",
         tableName, DELETE_ISOLATION_LEVEL, "snapshot");
+    sql("ALTER TABLE %s SET TBLPROPERTIES('%s' '%s')", tableName, 
COMMIT_MIN_RETRY_WAIT_MS, "10");

Review Comment:
   I don't think we want to issue X ALTER statements just for readability as it 
increases test duration. This should all happen in a single ALTER stmt



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