This is an automated email from the ASF dual-hosted git repository.

arvid pushed a change to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 6989c1ea1e3 [hotfix] Use jdbc connector v3.3 in docs (#26494)
     new f869ae8e7cc [FLINK-37605][runtime] Clarify contract of endInput
     new ad4857e49b3 [FLINK-37605][runtime] Infer checkpoint id on endInput in 
sink

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../sink/compactor/operator/CompactorOperator.java | 12 +++--
 .../api/connector/sink2/CommittableMessage.java    |  6 ++-
 .../streaming/api/operators/BoundedOneInput.java   |  6 +++
 .../runtime/operators/sink/CommitterOperator.java  | 23 ++++-----
 .../runtime/operators/sink/SinkWriterOperator.java | 58 ++++------------------
 .../CheckpointCommittableManagerImpl.java          |  1 +
 .../sink/committables/CommittableCollector.java    | 11 ----
 .../sink2/GlobalCommitterOperatorTest.java         | 33 ------------
 .../operators/sink/CommitterOperatorTestBase.java  | 40 ---------------
 .../operators/sink/SinkWriterOperatorTestBase.java | 40 ++++++++++++++-
 .../committables/CommittableCollectorTest.java     | 20 --------
 .../util/AbstractStreamOperatorTestHarness.java    | 12 +++--
 12 files changed, 87 insertions(+), 175 deletions(-)

Reply via email to