You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/03/09 09:20:43 UTC

[flink] branch master updated (e9fd832 -> b642005)

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 e9fd832  [FLINK-16463][table-planner-blink] Remove the redundant semicolon in the generated code in CodeGenUtils
     add b642005  [FLINK-16199][table] Support IS JSON predication for SQL in blink planner

No new revisions were added by this update.

Summary of changes:
 .../functions/sql/FlinkSqlOperatorTable.java       |  11 ++
 .../planner/codegen/calls/FunctionGenerator.scala  |  48 ++++++++
 .../{CallGenerator.scala => NotCallGen.scala}      |  18 +--
 .../planner/expressions/JsonFunctionsTest.scala    | 128 +++++++++++++++++++++
 4 files changed, 198 insertions(+), 7 deletions(-)
 copy flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/calls/{CallGenerator.scala => NotCallGen.scala} (70%)
 create mode 100644 flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/expressions/JsonFunctionsTest.scala