You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/02/11 13:39:00 UTC

[flink] branch master updated (8488b9e -> e9051df)

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

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


    from 8488b9e  [FLINK-25785][Connectors][JDBC] Upgrade com.h2database:h2 to 2.1.210
     add e9051df  [FLINK-26071][table] Add various improvements to plan compilation

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/table/api/CompiledPlan.java   | 45 +++++++++++++++++----
 .../apache/flink/table/api/TableEnvironment.java   | 22 +++++++++-
 .../planner/plan/ExecNodeGraphCompiledPlan.java    | 47 +++++++++++++---------
 .../table/planner/delegation/BatchPlanner.scala    | 13 ++++--
 .../table/planner/delegation/PlannerBase.scala     | 24 -----------
 .../table/planner/delegation/StreamPlanner.scala   | 43 +++++++++++++++++++-
 .../table/api/internal/StatementSetImplTest.java   | 10 +++--
 .../api/internal/TableEnvironmentInternalTest.java |  2 +-
 .../flink/table/planner/utils/TableTestBase.scala  |  8 ++--
 9 files changed, 146 insertions(+), 68 deletions(-)
 rename flink-table/flink-table-planner/src/main/{scala => java}/org/apache/flink/table/planner/plan/ExecNodeGraphCompiledPlan.java (69%)