You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by go...@apache.org on 2022/07/07 06:26:27 UTC

[flink] branch master updated (fa67c3b7072 -> fb9843af5ff)

This is an automated email from the ASF dual-hosted git repository.

godfrey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from fa67c3b7072 [FLINK-28176][python] Refactor the test in test_connectors.py
     add fb9843af5ff [FLINK-28334][table-planner] Fix PushProjectIntoTableSourceScanRule: covers the case when table source SupportsReadingMetadata and not SupportsProjectionPushDown

No new revisions were added by this update.

Summary of changes:
 .../planner/connectors/DynamicSourceUtils.java     |   2 +-
 .../PushProjectIntoTableSourceScanRule.java        |  70 ++++++++-
 .../planner/plan/stream/sql/TableSourceTest.xml    | 162 ++++++++++++++++++---
 .../planner/plan/stream/sql/TableSourceTest.scala  |  74 +++++++++-
 4 files changed, 283 insertions(+), 25 deletions(-)