SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
119 stars 54 forks source link

Accept string based types as compatible at sink #117

Closed elakito closed 2 years ago

elakito commented 2 years ago

Fix the regression of 0.9.2 reported in https://github.com/SAP/kafka-connect-sap/issues/116

The type check added to 0.9.2 which compares the target table type and the input record type to decide whether the table needs to be altered has the regression of causing string record type to a non-VARCHAR column.

This PR fixes this issue.