wypoon commented on code in PR #6063: URL: https://github.com/apache/iceberg/pull/6063#discussion_r1007475490
########## spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkReaderDeletes.java: ########## @@ -533,55 +534,52 @@ public void testIsDeletedColumnWithoutDeleteFile() { public void testPosDeletesOnParquetFileWithMultipleRowGroups() throws IOException { Assume.assumeTrue(format.equals("parquet")); - String tblName = "test_multiple_row_groups"; + String tblName = "test3"; Review Comment: The reason I changed it to `test3` in the original (3.3) PR was that in the base class, the tables were `test` and `test2`, so I used `test3` for this new table to be consistent! -- 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