flyrain commented on code in PR #6063:
URL: https://github.com/apache/iceberg/pull/6063#discussion_r1007421071


##########
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:
   Kinda prefer meaningful name, like `table_with_multiple_row_groups`, maybe 
we can change the 3.3 with a more meaningful name.



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