DongLiang-0 commented on code in PR #434: URL: https://github.com/apache/doris-flink-connector/pull/434#discussion_r1682358305
########## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/batch/DorisBatchStreamLoad.java: ########## @@ -128,6 +132,7 @@ public DorisBatchStreamLoad( && !loadProps .getProperty(GROUP_COMMIT) .equalsIgnoreCase(GROUP_COMMIT_OFF_MODE); + this.enableGzCompress = loadProps.getProperty(COMPRESS_TYPE, "").equals(COMPRESS_TYPE_GZ); Review Comment: Do we need to check whether the current file format is `csv`? If the data here is `json`, will gzip be turned on? -- 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