This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 05b0b61c624 [FLINK-33093] Support listing functions with unset catalog
(#23427)
add 065107edbea [FLINK-33083] Partially revert FLINK-30598
add 9547fd6e75a [FLINK-33083] Properly apply ReadingMetadataSpec for a
TableSourceScan
add 35f13ea50c1 [FLINK-33083] Update logical plans for tests
No new revisions were added by this update.
Summary of changes:
.../table/planner/connectors/DynamicSinkUtils.java | 4 +-
.../planner/connectors/DynamicSourceUtils.java | 46 +++--
.../nodes/exec/spec/DynamicTableSourceSpec.java | 25 +--
.../planner/plan/schema/TableSourceTable.scala | 13 +-
.../stream/jsonplan/TableSourceJsonPlanITCase.java | 20 ++
.../file/table/FileSystemTableSourceTest.xml | 2 +-
.../planner/plan/batch/sql/SubplanReuseTest.xml | 8 +-
.../planner/plan/batch/sql/TableSourceTest.xml | 2 +-
.../testReuseSourceWithoutProjectionPushDown.out | 14 +-
.../table/planner/plan/optimize/ScanReuseTest.xml | 8 +-
.../PushProjectIntoTableSourceScanRuleTest.xml | 26 +--
.../PushWatermarkIntoTableSourceScanRuleTest.xml | 220 ++++++++++-----------
.../PushLocalAggIntoTableSourceScanRuleTest.xml | 4 +-
...AssignerChangelogNormalizeTransposeRuleTest.xml | 76 +++----
.../plan/stream/sql/NonDeterministicDagTest.xml | 96 ++++-----
.../plan/stream/sql/SourceWatermarkTest.xml | 4 +-
.../planner/plan/stream/sql/SubplanReuseTest.xml | 8 +-
.../planner/plan/stream/sql/TableScanTest.xml | 10 +-
.../planner/plan/stream/sql/TableSinkTest.xml | 4 +-
.../planner/plan/stream/sql/TableSourceTest.xml | 20 +-
.../planner/plan/stream/sql/agg/AggregateTest.xml | 6 +-
21 files changed, 328 insertions(+), 288 deletions(-)