jianguotian commented on PR #6964: URL: https://github.com/apache/paimon/pull/6964#issuecomment-3748092442
> Is this change compatible? > > 1. Using the old version to read will ignore totalBucket, right? > 2. Can the old version of the client, which lacks totalBucket, be deserialized? > > Perhaps you need to conduct some tests to ensure I have test old version RESTCatalog listPartitions request to DLF catalog server(which return Partition with new totalBuckets field), server response can be deserialized into Partition successfully. @JsonIgnoreProperties annotation and DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES ensure that. -- 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]
