rdblue commented on code in PR #5135:
URL: https://github.com/apache/iceberg/pull/5135#discussion_r907802514
##########
core/src/test/java/org/apache/iceberg/rest/requests/TestUpdateNamespacePropertiesRequest.java:
##########
@@ -206,7 +206,7 @@ public void testBuilderDoesNotCreateInvalidObjects() {
@Override
public String[] allFieldsFromSpec() {
- return new String[] { "updates", "removals" };
+ return new String[] { "removals", "updates" };
Review Comment:
I think it would be best to revert 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]