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

Commits on May 2, 2023

  1. DBZ-6411 Fix HeaderToValue schema update cache.

    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 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d09fbb4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    6950685 View commit details
    Browse the repository at this point in the history