RussellSpitzer commented on a change in pull request #2188:
URL: https://github.com/apache/iceberg/pull/2188#discussion_r567551488
##########
File path: core/src/main/java/org/apache/iceberg/TableMetadataParser.java
##########
@@ -291,10 +291,10 @@ static TableMetadata fromJson(FileIO io, InputFile file,
JsonNode node) {
schema, TableMetadata.INITIAL_SPEC_ID, node.get(PARTITION_SPEC)));
}
- Integer lastAssignedPartitionId =
JsonUtil.getIntOrNull(LAST_ASSIGNED_PARTITION_ID, node);
+ Integer lastAssignedPartitionId = JsonUtil.getIntOrNull(LAST_PARTITION_ID,
node);
Review comment:
Won't this break backwards compatibility?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]