SteNicholas opened a new pull request, #209: URL: https://github.com/apache/flink-table-store/pull/209
`ChangelogWithKeyFileStoreTable` currently stores the primary key redundantly in the file, which could directly use the primary key field in the original fields to avoid redundant storage. **The brief change log** - The `primaryKey` of `SinkRecord` is set to null for `ChangelogWithKeyFileStoreTable` and `KeyValueSerializer` reads the primary key from the value. -- 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]
