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

fix: implement processMap with recursion on ChangeCase

Open okayhooni opened this issue 1 year ago • 2 comments

Currently, ChangeCase could not handle Map type input record without schema. So, expands the coverage of this SMT.

okayhooni avatar Oct 30 '23 11:10 okayhooni

Hi @okayhooni! Thanks for submitting this. Can you add a unit test for the new functionality.

jcustenborder avatar Oct 31 '23 21:10 jcustenborder

@jcustenborder Sure! I added a simple test case for processMap of ChangeCase :)

okayhooni avatar Nov 04 '23 16:11 okayhooni