This is an automated email from the ASF dual-hosted git repository.
arvid pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 5fdc01e [FLINK-23054][table] Add SinkUpsertMaterialize before upsert
sink to resolve change log disorder
new e07fdea [hotfix][datastream] Remove raw casts in
ContinuousFileReaderOperator.
new dfeae1b [FLINK-20888][runtime] Close outputs in OperatorChain.
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:
.../source/ContinuousFileReaderOperator.java | 30 ++++++-----
.../streaming/runtime/tasks/ChainingOutput.java | 15 ++----
.../streaming/runtime/tasks/OperatorChain.java | 32 +++++++-----
.../flink/streaming/runtime/tasks/StreamTask.java | 2 +-
.../tasks/WatermarkGaugeExposingOutput.java | 4 +-
.../StreamSourceOperatorLatencyMetricsTest.java | 2 +-
flink-tests/pom.xml | 9 +++-
.../source/ContinuousFileReaderOperatorITCase.java | 61 ++++++++++++++++++++++
8 files changed, 113 insertions(+), 42 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/streaming/api/functions/source/ContinuousFileReaderOperatorITCase.java