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 ca164d1  [FLINK-24461][table] Let PrintUtils accept only internal data 
structures
     new ab7c38a  [FLINK-24387][table-planner] Remove code generation 
dependency on actual JSON node
     new 6bb15f3  [FLINK-24387][table] Support JSON_STRING()

The 2 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:
 docs/data/sql_functions.yml                        |  21 ++++
 docs/data/sql_functions_zh.yml                     |  21 ++++
 flink-python/pyflink/table/expressions.py          |  24 +++-
 .../org/apache/flink/table/api/Expressions.java    |  23 ++++
 .../table/api/ImplicitExpressionConversions.scala  |  21 ++++
 .../functions/BuiltInFunctionDefinitions.java      |  16 ++-
 .../strategies/SpecificInputTypeStrategies.java    |  32 ++----
 .../table/planner/codegen/ExprCodeGenerator.scala  |  22 ++--
 .../table/planner/codegen/JsonGenerateUtils.scala  |  64 +++++------
 .../planner/codegen/calls/JsonArrayCallGen.scala   |   2 +-
 .../planner/codegen/calls/JsonObjectCallGen.scala  |   3 +-
 ...nstantCallGen.scala => JsonStringCallGen.scala} |  31 ++++--
 .../planner/functions/JsonFunctionsITCase.java     | 124 +++++++++++++++++++++
 .../table/runtime/functions/SqlJsonUtils.java      |   6 +
 14 files changed, 333 insertions(+), 77 deletions(-)
 copy 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/calls/{ConstantCallGen.scala
 => JsonStringCallGen.scala} (50%)

Reply via email to