EMsnap commented on code in PR #10404:
URL: https://github.com/apache/inlong/pull/10404#discussion_r1642108902
##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/MySqlExtractNode.java:
##########
@@ -311,6 +311,9 @@ public String getMetadataKey(MetaField metaField) {
case UPDATE_BEFORE:
metadataKey = "meta.update_before";
break;
+ case AUDIT_DATA_TIME:
+ metadataKey = "meta.ts";
+ break;
Review Comment:
1、to keep consistent with mysql-cdc-flink1.13 and other metadata like
meta.update_before
2、to differ from the original ververica implementation of metadata since we
may provide different meanings for a meta data in inlong.
--
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]