QuakeWang opened a new pull request, #7939: URL: https://github.com/apache/paimon/pull/7939
### Purpose `CoreOptions.sequenceField()` returns an empty list when `sequence.field` is not configured, but chain table validation only checked it against `null`. This allowed tables with `'chain-table.enabled' = 'true'` to pass schema validation without `sequence.field`, while chain table requires sequence semantics. ### Tests - `mvn -pl paimon-core -Pfast-build -Dtest=SchemaValidationTest test` -- 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]
