JingsongLi commented on code in PR #7186:
URL: https://github.com/apache/paimon/pull/7186#discussion_r2870251601
##########
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:
Let's move forward and fix this in next.
--
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]