ArnavBalyan opened a new pull request, #8025:
URL: https://github.com/apache/paimon/pull/8025
### Purpose
- Paimon 0.7 allowed creating fixed bucket append tables without a
bucket-key.
- The bucket validation added in 1.0 runs on every table read and fails for
the legacy tables which dont have a key.
- The deserializer already handles this with bucket=1 for old schemas, but
validation does not check this.
- Skip this check for older versions.
### Tests
- UT Added
- CI
--
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]