rdblue commented on a change in pull request #845: Add persistent IDs to
partition fields
URL: https://github.com/apache/incubator-iceberg/pull/845#discussion_r406887445
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadata.java
##########
@@ -208,8 +210,9 @@ public String toString() {
this.lastUpdatedMillis = lastUpdatedMillis;
this.lastColumnId = lastColumnId;
this.schema = schema;
- this.specs = specs;
this.defaultSpecId = defaultSpecId;
+ this.specs = specs;
+
Review comment:
Can you revert these unnecessary changes? The order of assignments changed
and there's an extra newline. These non-functional changes can cause git
conflicts, so we try to avoid them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]