ebyhr commented on code in PR #15560:
URL: https://github.com/apache/iceberg/pull/15560#discussion_r2904471474


##########
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:
   This test also passes without the `SchemaUpdate`. Could you update it so 
that it fails unless this change is present?



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