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

Fix JDBC test. #2850

Merged
merged 2 commits into from
Apr 12, 2021
Merged

Fix JDBC test. #2850

merged 2 commits into from
Apr 12, 2021

Conversation

davinchia
Copy link
Contributor

What

Build is currently failing on a NPE.

How

The CDC field is actually null when unset. We are attempting to access it, which is resulting in a NPE. This modifies the code so assume null = false. Change tests accordingly.

@davinchia davinchia requested a review from jrhizor April 12, 2021 06:19
@auto-assign auto-assign bot requested a review from cgardens April 12, 2021 06:19
@davinchia davinchia merged commit 08621d8 into master Apr 12, 2021
@davinchia davinchia deleted the davinchia/fix-jdbc-test branch April 12, 2021 06:30
@jrhizor
Copy link
Contributor

jrhizor commented Apr 12, 2021

@cgardens we should release a point release in the morning to fix this for source-postgres

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