KnightChess commented on a change in pull request #3459:
URL: https://github.com/apache/iceberg/pull/3459#discussion_r755101455



##########
File path: 
spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestPartitionSQL.java
##########
@@ -147,4 +152,113 @@ public void testUnSupportPartitionsOps() {
         () -> sql("ALTER TABLE %s drop partition (age = 10, dt = '20210101')", 
tableName));
 
   }
+
+  @Test
+  public void testShowPartitonWithDateEvolution() {
+
+    sql("CREATE TABLE %s (id bigint, age bigint, ts timestamp) USING iceberg 
PARTITIONED BY (days(ts))",
+        tableName);
+
+    assertEquals("result should have expected rows",

Review comment:
       add partition evolution test. When #3598 fix, I can supplement year and 
months.




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