This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 0913824 [FLINK-21133][connector/checkpoint] Fix the
stop-with-savepoint case in FLIP-27 source by stopping the mailbox loop in
SourceOperatorStreamTask#finishTask().
add 8c146a5 [FLINK-22021][table-planner-blink] Fix exception when
PushFilterIntoLegacyTableSourceScanRule is faced with INTERVAL types
No new revisions were added by this update.
Summary of changes:
.../planner/plan/utils/RexNodeExtractor.scala | 12 ++++++
...PushFilterIntoLegacyTableSourceScanRuleTest.xml | 25 ++++++++++++
.../PushFilterIntoTableSourceScanRuleTest.xml | 25 ++++++++++++
...shFilterIntoLegacyTableSourceScanRuleTest.scala | 29 ++++++++++++++
.../planner/runtime/batch/sql/CalcITCase.scala | 44 ++++++++++++++++++++--
.../DayTimeIntervalDurationConverter.java | 3 ++
.../YearMonthIntervalPeriodConverter.java | 6 ++-
7 files changed, 139 insertions(+), 5 deletions(-)