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

[flink] branch master updated (e5c4e3f519f -> a5b088da231)

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

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


    from e5c4e3f519f [FLINK-28392][runtime] DefaultExecutionDeployer avoid retrieving executions from ExecutionGraph#currentExecutions
     add a5b088da231 [FLINK-28369][table][python] Support PARSE_URL in Table API (#20146)

No new revisions were added by this update.

Summary of changes:
 docs/data/sql_functions.yml                         |  1 +
 docs/data/sql_functions_zh.yml                      |  1 +
 flink-python/pyflink/table/expression.py            | 11 +++++++++++
 flink-python/pyflink/table/tests/test_expression.py |  2 ++
 .../flink/table/api/internal/BaseExpressions.java   | 21 +++++++++++++++++++++
 .../table/functions/BuiltInFunctionDefinitions.java | 16 ++++++++++++++++
 .../expressions/converter/DirectConvertRule.java    |  2 ++
 .../planner/expressions/ScalarFunctionsTest.scala   |  4 ++--
 8 files changed, 56 insertions(+), 2 deletions(-)