healchow commented on code in PR #7069: URL: https://github.com/apache/inlong/pull/7069#discussion_r1057216575
########## inlong-sort/sort-connectors/mongodb-cdc/src/main/java/org/apache/inlong/sort/cdc/mongodb/debezium/table/MongoDBConnectorDeserializationSchema.java: ########## @@ -125,8 +123,8 @@ public MongoDBConnectorDeserializationSchema( ZoneId localTimeZone, RowKindValidator rowValidator, boolean sourceMultipleEnable) { - // this.hasMetadata = checkNotNull(metadataConverters).length > 0; - this.hasMetadata = true; + this.hasMetadata = checkNotNull(metadataConverters).length > 0; + // this.hasMetadata = true; Review Comment: Just remove this line. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org