ArnavBalyan opened a new pull request, #9105:
URL: https://github.com/apache/paimon/pull/9105
### Purpose
- Table creation with variant primary key passes validation today
- Variant has no comparator case in codegen, keys built with it fail at
runtime. Ensure we can detect it similar to Map and array at table creation and
fail the creation with variant key for safety.
- Add `VariantType` to blacklist of logical types, so variant keys are
rejected at create time.
### Tests
- UT
--
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]