Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Hudi version to 0.12.3 #17222

Merged
merged 1 commit into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/hudi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Requirements

To use the Hudi connector, you need:

* Hudi version 0.12.2 or higher.
* Hudi version 0.12.3 or higher.
* Network access from the Trino coordinator and workers to the Hudi storage.
* Access to the Hive metastore service (HMS).
* Network access from the Trino coordinator to the HMS.
Expand Down Expand Up @@ -223,4 +223,4 @@ The output of the query has the following columns:
File formats
------------

The connector supports Parquet file format.
The connector supports Parquet file format.
2 changes: 1 addition & 1 deletion plugin/trino-hudi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<dep.hudi.version>0.12.2</dep.hudi.version>
<dep.hudi.version>0.12.3</dep.hudi.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dep.netty.version>4.1.79.Final</dep.netty.version>
<dep.jna.version>5.13.0</dep.jna.version>

<dep.docker.images.version>79</dep.docker.images.version>
<dep.docker.images.version>80</dep.docker.images.version>

<!--
America/Bahia_Banderas has:
Expand Down