ArnavBalyan opened a new pull request, #9465:
URL: https://github.com/apache/paimon/pull/9465
### Purpose
- Fix user reported issue #8961
- Debezium stores pk columns in the Kafka record key, but Paimon reads
optional `pkNames` field from the record value. Hence Debezium records produce
schemas without primary key.
- Extract primary key names from schema-enabled and schema-less Debezium
keys while preserving the provided `pkNames`.
### 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]