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 2022/07/21 13:02:38 UTC

[flink] branch master updated (0c5108cb42f -> 8cae2e70f2c)

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 0c5108cb42f [FLINK-28608][runtime][security]Make Hadoop FS token renewer configurable
     add 8cae2e70f2c [FLINK-27996][hive] Hive dialect supports INTERVAL types

No new revisions were added by this update.

Summary of changes:
 .../table/catalog/hive/util/HiveTypeUtil.java      |  16 +
 .../functions/hive/conversion/HiveInspectors.java  |  44 ++-
 .../apache/flink/table/module/hive/HiveModule.java |   8 +
 .../generic/HiveGenericUDFInternalInterval.java    | 333 +++++++++++++++++++++
 .../hive/HiveParserTypeCheckProcFactory.java       |   9 +
 .../delegation/hive/SqlFunctionConverter.java      |  26 ++
 .../src/test/resources/query-test/interval.q       |  19 ++
 7 files changed, 451 insertions(+), 4 deletions(-)
 create mode 100644 flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/module/hive/udf/generic/HiveGenericUDFInternalInterval.java
 create mode 100644 flink-connectors/flink-connector-hive/src/test/resources/query-test/interval.q