JNSimba commented on code in PR #434: URL: https://github.com/apache/doris-flink-connector/pull/434#discussion_r1682396812
########## 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: If json and compression are configured, streamload will report an error when writing. -- 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