kafka-connect-transform-common icon indicating copy to clipboard operation
kafka-connect-transform-common copied to clipboard

Skip over nulls in PatternMapString

Open developster opened this issue 9 months ago • 1 comments

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 avatar Feb 03 '25 13:02 developster

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

developster avatar Feb 04 '25 07:02 developster