EMsnap commented on code in PR #7606:
URL: https://github.com/apache/inlong/pull/7606#discussion_r1135252739
##########
inlong-sort/sort-connectors/mongodb-cdc/src/main/java/org/apache/inlong/sort/cdc/mongodb/debezium/table/MongoDBConnectorDeserializationSchema.java:
##########
@@ -222,6 +222,18 @@ public void deserialize(SourceRecord record,
Collector<RowData> out) throws Exce
}
}
+ /**
+ * Deserialize the Debezium record, it is represented in Kafka {@link
SourceRecord}.
+ *
+ * @param record
Review Comment:
pls add parameter description or just remove it
--
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]