manuzhang commented on code in PR #10774: URL: https://github.com/apache/iceberg/pull/10774#discussion_r1700116349
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestSetWriteDistributionAndOrdering.java: ########## @@ -277,7 +302,7 @@ public void testSetWriteDistributedByOnly() { Table table = validationCatalog.loadTable(tableIdent); assertThat(table.sortOrder().isUnsorted()).as("Table should start unsorted").isTrue(); - sql("ALTER TABLE %s WRITE DISTRIBUTED BY PARTITION UNORDERED", tableName); Review Comment: Otherwise, it's a copy-paste of the test `testSetWriteDistributedByAndUnordered` above. -- 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