dbac commented on code in PR #3866: URL: https://github.com/apache/paimon/pull/3866#discussion_r1713974125
########## paimon-core/src/test/java/org/apache/paimon/iceberg/IcebergCompatibilityTest.java: ########## @@ -160,6 +162,52 @@ public void testPartitionedPrimaryKeyTable() throws Exception { r -> String.format("%d|%d", r.get(3, Integer.class), r.get(4, Long.class))); } + @Test + public void testPartitionedPrimaryKeyTableTimestamp() throws Exception { Review Comment: I have written it again, please help to look at it, thank you for your advice -- 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-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org