kbendick commented on code in PR #5135:
URL: https://github.com/apache/iceberg/pull/5135#discussion_r906610737
##########
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:
Updated to be in the order defined by the spec... can revert this change if
we don't find it necessary.
--
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]