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

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


    from 6c016e50ca4 [hotfix] Update jdbc connector version to v3.3 in docs 
(#26495)
     new 0b6da412cc3 [FLINK-37605][runtime] Clarify contract of endInput
     new 044ad251501 [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