aloyszhang commented on code in PR #10404:
URL: https://github.com/apache/inlong/pull/10404#discussion_r1642121176


##########
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:
   ```java
        case TS:
                   metadataKey = "meta.ts";
                   break;
   ```
   `CASE AUDIT_DATA_TIME` can be merged with `CASE TS`



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