This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 3a15d1ce69a [FLINK-35601][test] Revert the junit5 migration of
InitOutputPathTest
new d42a1ed5daf [FLINK-34252][table] Fix lastRecordTime tracking in
WatermarkAssignerOperator to prevent erroneous idle WatermarkStatus
new d93e92c665a fixup! [FLINK-34252][table] Optimize
WatermarkAssignerOperator to avoid calling System.currentTimeMillis per every
record
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:
.../wmassigners/WatermarkAssignerOperator.java | 92 ++++++++++++++++++----
.../wmassigners/WatermarkAssignerOperatorTest.java | 74 ++++++++++++++++-
.../WatermarkAssignerOperatorTestBase.java | 8 ++
3 files changed, 154 insertions(+), 20 deletions(-)