This is an automated email from the ASF dual-hosted git repository.
lincoln pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 6b7d6d67808 [FLINK-32844][table-planner] Does not apply runtime filter
and DPP on same key
add 079cd60510d [FLINK-32730][table-planner] Fix the bug of Scan reuse
after projection pushdown without considering the dpp pattern
No new revisions were added by this update.
Summary of changes:
.../planner/plan/reuse/ReusableScanVisitor.java | 5 ++
.../table/planner/plan/reuse/ScanReuserUtils.java | 11 +++
.../DynamicPartitionPruningProgramTest.java | 41 +++++++++++
.../plan/batch/sql/DynamicFilteringTest.xml | 32 ++++----
.../program/DynamicPartitionPruningProgramTest.xml | 85 +++++++++++++++++++++-
5 files changed, 158 insertions(+), 16 deletions(-)