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

Bug fixes and feature additions #11

Open
wants to merge 27 commits into
base: final-connector-ybdb
Choose a base branch
from

Conversation

vaibhav-yb
Copy link
Collaborator

@vaibhav-yb vaibhav-yb commented Mar 24, 2022

This PR contains the following new changes:

  • Fix for the NullPointerException being noticed across connector restarts being caused by the missing DDL record. We are now sending the DDL record based on a flag in the GetChangesRequest.
  • Support to for snapshot modes - initial, initial_only and never
  • Added a new transformer to be used by the JDBC sink connector in order to interpret the update records we are sending and only update columns based on that record. This fixes the bug where if an update was issued for a single column, all the other columns were being populated as null.

@vaibhav-yb vaibhav-yb changed the title Bug fixes and feature addition Bug fixes and feature additions Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants