JingsongLi commented on code in PR #2469:
URL: https://github.com/apache/incubator-paimon/pull/2469#discussion_r1421954847
##########
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:
Can this feature be a part of `tag.automatic-creation`? We can introduce
`BATCH` TagCreationMode.
The downside of this is that it cannot be orthogonal to the automatic
creation of tags in streaming 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]