siyangzeng commented on code in PR #2469:
URL: https://github.com/apache/incubator-paimon/pull/2469#discussion_r1422132847
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java:
##########
@@ -301,6 +301,13 @@ public class FlinkConnectorOptions {
.withDescription(
"Sink committer memory to control heap memory of
global committer.");
+ public static final ConfigOption<Boolean> SINK_FINISH_GENERATAR_TAG =
+ ConfigOptions.key("sink.finish.generatar-tag")
Review Comment:
Yes, we hope to use tags in batch processing scenarios and generate
corresponding tags after the current task ends.
Do you mean to add a batch mode in tag.automatic-creation without adding new
configuration? If that's the case, I think it's okay
--
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]