aiborodin commented on code in PR #15054:
URL: https://github.com/apache/iceberg/pull/15054#discussion_r2706632134
##########
flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/sink/dynamic/DynamicWriteResultAggregator.java:
##########
@@ -60,14 +61,13 @@ class DynamicWriteResultAggregator
CommittableMessage<DynamicWriteResult>,
CommittableMessage<DynamicCommittable>> {
private static final Logger LOG =
LoggerFactory.getLogger(DynamicWriteResultAggregator.class);
- private static final byte[] EMPTY_MANIFEST_DATA = new byte[0];
private final CatalogLoader catalogLoader;
private final int cacheMaximumSize;
private long lastCheckpointId = CheckpointIDCounter.INITIAL_CHECKPOINT_ID -
1;
- private transient Map<WriteTarget, Collection<DynamicWriteResult>> results;
Review Comment:
I think I also manually updated this to remove the conflict with the
`private long lastCheckpointId`, which is only available in Flink 2.1.
--
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]