clickhouse-kafka-connect
clickhouse-kafka-connect copied to clipboard
Issue #422 | Replacing Streams.zip with forEach on TupleFields
#422
Since the two lists in Streams.zip were not sorted wrt to column names, a mismatch occurred between names & values causing ClassCastException in doWritePrimitive
fixes #422
Thanks for this @arnay-allen ! Do you have a way to replicate this error, perhaps through a unit test? That way we can verify it's resolved in the future as well 🙂
@Paultagoras added a unit test catering to tuples