Aitozi commented on code in PR #4425:
URL: https://github.com/apache/paimon/pull/4425#discussion_r1826575335
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java:
##########
@@ -414,6 +414,24 @@ public class FlinkConnectorOptions {
+ "in order to compact several changelog
files from the same partition into large ones, "
+ "which can decrease the number of small
files. ");
+ public static final ConfigOption<String> SOURCE_OPERATOR_UID_SUFFIX =
+ key("source.operator-uid.suffix")
+ .stringType()
+ .noDefaultValue()
+ .withDescription(
+ "Set the uid suffix for the source operators.
After setting, the uid format is "
+ +
"${UID_PREFIX}_${TABLE_NAME}_${USER_UID_SUFFIX}. If the uid suffix is not set,
flink will "
+ + "automatically generate the operator
uid, which may be incompatible when the topology changes.");
+
+ public static final ConfigOption<String> SINK_OPERATOR_UID_SUFFIX =
+ key("sink.operator-uid.suffix")
Review Comment:
Get it 👍🏻
--
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]