yunqingmoswu commented on code in PR #6210: URL: https://github.com/apache/inlong/pull/6210#discussion_r998292054
########## inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/load/KafkaLoadNode.java: ########## @@ -226,8 +226,8 @@ public String getMetadataKey(MetaField metaField) { case OP_TYPE: metadataKey = "value.op-type"; break; - case DATA: - metadataKey = "value.data"; + case DATA_CANAL: Review Comment: Maybe it is better to add 'source.multiple.format' to decide which serialization to use? -- 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