DongLiang-0 commented on code in PR #434: URL: https://github.com/apache/doris-flink-connector/pull/434#discussion_r1682331189
########## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/LoadConstants.java: ########## @@ -33,4 +33,6 @@ public class LoadConstants { public static final String READ_JSON_BY_LINE = "read_json_by_line"; public static final String GROUP_COMMIT = "group_commit"; public static final String GROUP_COMMIT_OFF_MODE = "off_mode"; + public static final String COMPRESS_TYPE = "compress_type"; + public static final String COMPRESS_TYPE_GZ = "gz"; Review Comment: Is it more clear to use `gzip` here? -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org