You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/10/27 22:08:36 UTC

[GitHub] [iceberg] flyrain commented on a diff in pull request #6063: Spark 3.2: #6041 follow-up/cleanup

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`



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org