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

Skip over nulls in PatternMapString #115

Open
developster opened this issue Feb 3, 2025 · 1 comment
Open

Skip over nulls in PatternMapString #115

developster opened this issue Feb 3, 2025 · 1 comment

Comments

@developster
Copy link

The transformer fails with NullPointerException when "src.field.name" is the same as "dest.field.name" and the field has null value.

I believe this does not happens when src and dest field names are different.

developster added a commit to developster/kafka-connect-transform-common that referenced this issue Feb 3, 2025
developster added a commit to developster/kafka-connect-transform-common that referenced this issue Feb 4, 2025
@developster
Copy link
Author

This problem occurs also when destination field is different. Applied fix for this case as well along with the tests for both cases.

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

No branches or pull requests

1 participant