Guosmilesmile commented on code in PR #16065:
URL: https://github.com/apache/iceberg/pull/16065#discussion_r3238770007
##########
flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/DynamicIcebergSink.java:
##########
@@ -447,6 +461,10 @@ private DynamicIcebergSink build(
.setParallelism(converted.getParallelism())
.uid(prefixIfNotNull(uidPrefix, "-forward-writer"));
+ if (generatorSlotSharingGroup != null) {
+ forwardWriteResults.slotSharingGroup(generatorSlotSharingGroup);
+ }
+
Review Comment:
Thanks for pinging me on this. I'll open a PR to update the behavior in
TableMaintenance so that it aligns with the standard Flink behavior.
--
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]