qinghui-xu commented on code in PR #15560:
URL: https://github.com/apache/iceberg/pull/15560#discussion_r2905230648
##########
core/src/test/java/org/apache/iceberg/TestSchemaUpdate.java:
##########
@@ -1170,6 +1170,39 @@ public void testDeleteUpdateConflict() {
.hasMessage("Cannot update a column that will be deleted: id");
}
+ @Test
+ public void testDeleteMapField() {
Review Comment:
Hello @ebyhr
Thanks for your feedback. I just make the test meaningful for the pr (and
fix some formatting errors).
--
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]