This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
from f0361c720cb [FLINK-31273][table-planner] Fix left join with IS_NULL
filter be wrongly pushed down and get wrong join results
add f2f9104dc46 [FLINK-31414][checkpointing] make
BarrierAlignmentUtil.DelayableTimer not hidden exception
No new revisions were added by this update.
Summary of changes:
.../io/checkpointing/BarrierAlignmentUtil.java | 4 +-
.../io/checkpointing/BarrierAlignmentUtilTest.java | 74 ++++++++++++++++++++++
2 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/io/checkpointing/BarrierAlignmentUtilTest.java