openinx commented on a change in pull request #2887:
URL: https://github.com/apache/iceberg/pull/2887#discussion_r679774697
##########
File path: core/src/test/java/org/apache/iceberg/TestTableMetadata.java
##########
@@ -756,4 +756,54 @@ public void testUpdateSchema() {
Assert.assertEquals("Should return expected last column id",
6, threeSchemaTable.lastColumnId());
}
+
+ @Test
+ public void testCreateV2MetadataThroughTableProperty() {
Review comment:
Should we also add the unit tests in flink/spark/hive module to verify
the end-to-end DDL work ? If so, I think we could make it to be a separate PR
for this.
--
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]