Skip to content

Commit cf9c152

Browse files
committed
updated test assertion
1 parent 755a5e6 commit cf9c152

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

paimon-iceberg/src/test/java/org/apache/paimon/iceberg/IcebergMetadataTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,7 @@ void testReadMetadataWithSnapshotSummary() throws Exception {
523523
// Verify change fields
524524
assertThat(snapshot.summary().getSummary().get("added-data-files")).isEqualTo("1");
525525
assertThat(snapshot.summary().getSummary().get("added-records")).isEqualTo("10");
526-
527-
// Note: added-files-size is verified in the Iceberg native table test above
528-
// as it's computed by Iceberg, not Paimon
526+
assertThat(snapshot.summary().getSummary().get("added-files-size")).isEqualTo("100");
529527
}
530528

531529
/** Helper method to create a basic Iceberg table with simple schema. */

0 commit comments

Comments
 (0)