zhilinli123 commented on code in PR #5992:
URL: https://github.com/apache/seatunnel/pull/5992#discussion_r1582077089
##########
seatunnel-formats/seatunnel-format-compatible-connect-json/src/main/java/org/apache/seatunnel/format/compatible/kafka/connect/json/CompatibleKafkaConnectDeserializationSchema.java:
##########
@@ -69,12 +71,15 @@ public class CompatibleKafkaConnectDeserializationSchema
/** Object mapper for parsing the JSON. */
private final ObjectMapper objectMapper = new ObjectMapper();
+ private final CatalogTable catalogTable;
+
public CompatibleKafkaConnectDeserializationSchema(
@NonNull SeaTunnelRowType seaTunnelRowType,
boolean keySchemaEnable,
boolean valueSchemaEnable,
boolean failOnMissingField,
- boolean ignoreParseErrors) {
+ boolean ignoreParseErrors,
+ CatalogTable catalogTable) {
Review Comment:
good , comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]