This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 14a549f45c2c chore(ci): Add codecov coverage from tests running on
Spark 4.0 (#18335)
add 3a1ea4bf8602 feat(metasync): Support HMS 4.x in JDBC sync mode via
automatic Thrift fallback (#18227)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/hive/HoodieHiveSyncClient.java | 271 +++++++++++++++++--
.../hudi/hive/ddl/JDBCBasedMetadataOperator.java | 300 +++++++++++++++++++++
.../org/apache/hudi/hive/ddl/JDBCExecutor.java | 9 +
.../hive/ddl/TestJDBCBasedMetadataOperator.java | 190 +++++++++++++
4 files changed, 743 insertions(+), 27 deletions(-)
create mode 100644
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/JDBCBasedMetadataOperator.java
create mode 100644
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/ddl/TestJDBCBasedMetadataOperator.java