LsomeYeah commented on code in PR #7186:
URL: https://github.com/apache/paimon/pull/7186#discussion_r2867229350


##########
paimon-iceberg/src/test/java/org/apache/paimon/iceberg/IcebergRestMetadataCommitterTest.java:
##########
@@ -206,6 +213,89 @@ public void testPartitionedPrimaryKeyTable() throws 
Exception {
                 testRecords,
                 expected,
                 Record::toString);
+
+        PartitionSpec expectedPartitionSpec = PartitionSpec.builderFor(new 
Schema()).build();
+        runPartitionSpecCompatibilityTest(expectedPartitionSpec);
+    }

Review Comment:
   The spec for partitioned tables seems to have a bug as well. The 
`default-spec-id` is still pointing to the empty spec with `id=0`. Could this 
be fixed together as well?



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

Reply via email to