You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "Yizhou-Yang (via GitHub)" <gi...@apache.org> on 2023/01/31 07:05:31 UTC

[GitHub] [inlong] Yizhou-Yang commented on a diff in pull request #7289: [INLONG-7292][Sort] Accurately detect and archive dirty data for Doris/StarRocks/JDBC

Yizhou-Yang commented on code in PR #7289:
URL: https://github.com/apache/inlong/pull/7289#discussion_r1091525820


##########
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##########
@@ -135,6 +135,8 @@ public final class Constants {
 
     public static final String AUTO_DESERIALIZE_FALSE = "autoDeserialize=false";
 
+    public static final String DIRTY_IDENTIFIER_SEPARATOR = "%#%#%#";

Review Comment:
   it is entirely made up to pass in identifier before the actual dirty data, so it can be anything as long as it wont be user's db/table name



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org