sachinnn99 opened a new pull request, #15849: URL: https://github.com/apache/iceberg/pull/15849
## Summary - Set `DynamicRecordProcessor` (generator) operator parallelism to match upstream input parallelism in `DynamicIcebergSink.Builder.append()` - Without this fix, the generator falls back to the environment default parallelism, ignoring any parallelism configured on the upstream operator - Matches the established pattern used in `IcebergSink` and `FlinkSink` Closes #15827 ## Test plan - [x] Added `testGeneratorDefaultParallelism` in `TestDynamicIcebergSink` (all 3 Flink versions) - [x] Verified existing `testOperatorUidsFormat` still passes - [x] spotlessCheck passes -- 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]
