JingsongLi commented on PR #8671:
URL: https://github.com/apache/paimon/pull/8671#issuecomment-4992783101
- **Batch automatic tagging still does not work**: The coordinator commit
in `FlinkSink.doCoordinatorCommit` directly discards the sink, bypassing
`BatchWriteGeneratorTagOperatorFactory`; configuring
`tag.automatic-creation=batch` does not create tags.
- **`end-input.watermark` for streaming bounded-input is still not fully
supported**: EndInput events only enter the coordinator cache; in
checkpoint-enabled mode, they are not committed immediately and still rely on
the subsequent `notifyCheckpointComplete` call. When a bounded stream ends,
there is typically no subsequent completed checkpoint. New tests now only
assert the watermark in batch mode, while the streaming assertion has been
bypassed.
--
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]