RussellSpitzer commented on code in PR #4560:
URL: https://github.com/apache/iceberg/pull/4560#discussion_r852283926


##########
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTablesWithPartitionEvolution.java:
##########
@@ -261,6 +262,88 @@ public void testEntriesMetadataTable() throws 
ParseException {
     }
   }
 
+  @Test
+  public void testPartitionMetadataTable() throws ParseException {

Review Comment:
   As one more thing to test, can you check reordering partition transforms? 
   Going from data, category -> category,data
   
   I think you have this covered but I want to make sure we have a test in 
there since I think this is a pretty common usecase



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