Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-6411 Fix HeaderToValue schema update cache. #4512

Merged
merged 2 commits into from May 3, 2023

Conversation

mfvitale
Copy link
Member

@mfvitale mfvitale commented May 2, 2023

https://issues.redhat.com/browse/DBZ-6411

When the connector starts for the first time with initial snapshot, records with read operation will be created. In this phase the ExtractChangedRecordState will produce no headers and since HeaderToValue was not skipping records without headers the cache of the new schema will be created only with the old fields.

When the connector starts for the first time with initial snapshot record with read operation will be created. In this phase the ExtractChangedRecordState will produce no headers and since HeaderToValue was not skipping record without headers the cache of the new schema will be created only with the old fields.
@mfvitale mfvitale requested review from jpechane and Naros May 2, 2023 15:50
@jpechane jpechane merged commit 6b14556 into debezium:main May 3, 2023
4 checks passed
@jpechane
Copy link
Contributor

jpechane commented May 3, 2023

@mfvitale Applied, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants