You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/08/25 08:55:04 UTC

[flink] branch master updated (8d2c969 -> 69fa07e)

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 8d2c969  [FLINK-16699][k8s] Support accessing secured services via K8s secrets
     add 69fa07e  [FLINK-18750][table] SqlValidatorException thrown when select from a view which contains a UDTF call

No new revisions were added by this update.

Summary of changes:
 .../operations/SqlToOperationConverter.java        |  63 +++++---
 .../apache/flink/table/planner/utils/Expander.java | 167 +++++++++++++++++++++
 .../plan/rules/logical/WindowPropertiesRule.scala  |   2 +-
 .../planner/plan/common/ViewsExpandingTest.xml     |  44 ++++++
 .../planner/plan/common/ViewsExpandingTest.scala   |  72 ++++++++-
 5 files changed, 321 insertions(+), 27 deletions(-)
 create mode 100644 flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/utils/Expander.java