yunqingmoswu commented on code in PR #6175:
URL: https://github.com/apache/inlong/pull/6175#discussion_r1002938240


##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/Metadata.java:
##########
@@ -54,6 +54,10 @@ default String getMetadataKey(MetaField metaField) {
             case OP_TS:
                 metadataKey = "op_ts";
                 break;
+            case DATA:
+            case DATA_BYTES:
+                metadataKey = "meta.data";

Review Comment:
   Maybe it is better to add support for 'DATA_CANAL'?



-- 
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]

Reply via email to