You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/08/31 04:05:39 UTC

[flink] branch master updated (56ee6b4 -> 7646188)

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

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


    from 56ee6b4  [FLINK-18694][web] Add unaligned checkpoint config to web ui
     add 7646188  [FLINK-15853][hive][table-planner-blink] Use the new type inference for hive udf

No new revisions were added by this update.

Summary of changes:
 .../factories/HiveFunctionDefinitionFactory.java   |  11 +--
 .../flink/table/functions/hive/HiveGenericUDF.java |  15 +--
 .../table/functions/hive/HiveScalarFunction.java   | 102 ++++++++++++++++++---
 .../flink/table/functions/hive/HiveSimpleUDF.java  |  18 ++--
 .../table/functions/hive/HiveGenericUDFTest.java   |   6 +-
 .../table/functions/hive/HiveSimpleUDFTest.java    |  64 ++++++++++++-
 .../flink/table/module/hive/HiveModuleTest.java    |  12 +--
 .../catalog/FunctionCatalogOperatorTable.java      |  10 +-
 .../functions/utils/HiveScalarSqlFunction.java     |  86 -----------------
 9 files changed, 173 insertions(+), 151 deletions(-)
 delete mode 100644 flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/functions/utils/HiveScalarSqlFunction.java