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

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


    from 6515807  [hotfix][tests] Add NoOpJobFailCall singleton
     new 5e697cf  [FLINK-13547][table-planner-blink] Refactor CONCAT() and 
CONCAT_WS() to keep it compatible with old planner
     new 2ae0e8a  [FLINK-13547][table-planner-blink] Fix FROM_BASE64() should 
return STRING type instead of BINARY
     new 0196a95  [FLINK-13547][table-planner-blink] Align the implementation 
of TRUNCATE() function with old planner
     new 7e13f5b  [FLINK-13547][table-planner-blink] Remove LENGTH(), 
JSONVALUE(), KEYVALUE(), SUBSTR() builtin functions which are not standard.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../functions/sql/FlinkSqlOperatorTable.java       |  81 ++----------
 .../planner/codegen/calls/BuiltInMethods.scala     |  22 ++++
 .../planner/codegen/calls/FunctionGenerator.scala  |  51 ++++++++
 .../planner/codegen/calls/StringCallGen.scala      |   8 +-
 .../planner/expressions/ScalarFunctionsTest.scala  | 141 ++++++++++++++-------
 .../planner/expressions/SqlExpressionTest.scala    |   8 +-
 .../planner/expressions/TemporalTypesTest.scala    |   2 +-
 .../validation/ScalarFunctionsValidationTest.scala |  40 +++++-
 .../flink/table/dataformat/BinaryStringUtil.java   |  28 ++--
 .../table/runtime/functions/SqlFunctionUtils.java  |  31 +++++
 .../flink/table/dataformat/BinaryStringTest.java   |  12 +-
 11 files changed, 277 insertions(+), 147 deletions(-)

Reply via email to