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/07 13:07:46 UTC

[flink] branch master updated (73a3c7da689 -> db633e8addc)

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 73a3c7da689 [FLINK-27244][hive] Improve documentation of reading partition with subdirectories for Hive tables
     add db633e8addc [FLINK-26414][hive] Hive dialect supports macro (#19561)

No new revisions were added by this update.

Summary of changes:
 .../table/functions/hive/HiveFunctionWrapper.java  |  52 +++++++-
 .../table/planner/delegation/hive/HiveParser.java  |   4 +-
 .../hive/parse/HiveParserDDLSemanticAnalyzer.java  | 139 ++++++++++++++++++++-
 .../flink/connectors/hive/HiveDialectITCase.java   |  47 +++++++
 .../planner/delegation/hive/HiveASTParserTest.java |   7 ++
 5 files changed, 245 insertions(+), 4 deletions(-)