This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from d821e03 [FLINK-24616][connectors][table] Add metadata from FileStatus
in FileSystemTableSource
new 548b96e [FLINK-24608][table-planner][table-runtime] Insert rowtime
into StreamRecord for SinkProviders
new 414556f [hotfix][table-planner][tests] Use static imports to avoid
qualifiers
new 7bbe5f9 [hotfix][table-planner][tests] Remove unnecessary `throws
Exception`
The 3 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:
.../plan/nodes/exec/common/CommonExecSink.java | 22 +-
.../plan/nodes/exec/stream/StreamExecMatch.java | 13 +-
.../nodes/exec/common/CommonExecSinkITCase.java | 278 +++++++++++++++++++++
.../runtime/stream/sql/DataStreamJavaITCase.java | 77 +++---
.../operators/match/RowtimeProcessFunction.java | 60 -----
.../StreamRecordTimestampInserter.java} | 37 +--
6 files changed, 363 insertions(+), 124 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecSinkITCase.java
delete mode 100644
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/match/RowtimeProcessFunction.java
copy
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/{sort/LimitOperator.java
=> sink/StreamRecordTimestampInserter.java} (58%)