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/08 01:39:55 UTC

[flink] branch master updated (81c1cb82afc -> 90c8284b10e)

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 81c1cb82afc [FLINK-28201][ci] Generalize utils around dependency plugin
     add 90c8284b10e [FLINK-28439][table][python] Support SUBSTR and REGEXP built-in function in Table API (#20201)

No new revisions were added by this update.

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