JNSimba commented on code in PR #434:
URL:
https://github.com/apache/doris-flink-connector/pull/434#discussion_r1682344728
##########
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:
This depends on streamload and must be gz.

--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]