szehon-ho commented on code in PR #7551:
URL: https://github.com/apache/iceberg/pull/7551#discussion_r1190463368
##########
core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java:
##########
@@ -805,6 +807,47 @@ public void testPartitionSpecEvolutionRemoval() {
}
}
+ @Test
+ public void testPartitionSpecEvolutionToUnpartitioned() throws IOException {
Review Comment:
Actually we have a test specifically for this:
TestMetadataTableScansWithPartitionEvolution, for organization purpose? Could
we move it there?
Also another question, does this test the case? I thought it was only
failing on V2, because I had seen on V1 the partition transform remains as void
on the latest spec, when removed.
--
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]