rdblue commented on code in PR #4660:
URL: https://github.com/apache/iceberg/pull/4660#discussion_r861416381


##########
core/src/test/java/org/apache/iceberg/TestMergeAppend.java:
##########
@@ -1247,7 +1247,9 @@ public void testIncludedPartitionSummaries() {
     String partitionSummary = table.currentSnapshot().summary()
         .get(SnapshotSummary.CHANGED_PARTITION_PREFIX + "data_bucket=0");
     Assert.assertEquals("Summary should include 1 file with 1 record that is 
10 bytes",
-        "added-data-files=1,added-records=1,added-files-size=10", 
partitionSummary);
+        
"added-data-files=1,deleted-data-files=0,added-delete-files=0,removed-delete-files=0,added-records=1,"
 +
+                
"deleted-records=0,added-files-size=10,removed-files-size=0,added-position-deletes=0,"
 +
+                
"removed-position-deletes=0,added-equality-deletes=0,removed-equality-deletes=0",
 partitionSummary);

Review Comment:
   Please fix indentation. This has doubled the continuation indent.



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

Reply via email to