This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 17be3716be4 [FLINK-32646][table-planner] Fix TestTimeTravelCatalog
missing snapshot version and add version info into source table's digest
add c868d227308 [FLINK-31575][hive] Avoid swapping table-planner-loader
and table-planner to use hive dialect (#22862)
No new revisions were added by this update.
Summary of changes:
.../catalog/hive/util/HiveReflectionUtils.java | 6 +-
.../table/planner/delegation/hive/HiveParser.java | 33 ++++----
.../hive/parse/HiveParserDDLSemanticAnalyzer.java | 12 +--
.../table/planner/utils/HiveCatalogUtils.java | 87 ++++++++++++++++++++++
.../flink-sql-connector-hive-3.1.3/pom.xml | 23 ++++++
.../src/main/resources/META-INF/NOTICE | 1 +
.../org/apache/flink/tests/hive/HiveITCase.java | 7 +-
.../planner/loader/DelegatePlannerFactory.java | 27 +++++++
.../flink/table/planner/loader/PlannerModule.java | 42 ++++++++++-
9 files changed, 206 insertions(+), 32 deletions(-)
create mode 100644
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/utils/HiveCatalogUtils.java