ebyhr commented on code in PR #15567:
URL: https://github.com/apache/iceberg/pull/15567#discussion_r2908598061
##########
spark/v4.1/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMigrateTableProcedure.java:
##########
@@ -211,6 +211,36 @@ public void testMigratePartitionWithSpecialCharacter()
throws IOException {
sql("SELECT * FROM %s ORDER BY id", tableName));
}
+ @TestTemplate
+ public void testMigratePartitionedTableWithNullPartition() throws
IOException {
Review Comment:
These tests passes even without TableMigrationUtil change. Could you modify
it so that it fails without this change?
--
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]