Skip to content

Commit

Permalink
Update Hudi library to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Dec 11, 2024
1 parent 9662e43 commit 8e3d85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.compiler.fail-warnings>true</air.compiler.fail-warnings>
<dep.hudi.version>0.15.0</dep.hudi.version>
<dep.hudi.version>1.0.0</dep.hudi.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private static HoodieJavaWriteClient<HoodieAvroPayload> createWriteClient(TpchTa
StorageConfiguration<?> conf = new HadoopStorageConfiguration(hdfsEnvironment.getConfiguration(CONTEXT, tablePath));

try {
HoodieTableMetaClient.withPropertyBuilder()
HoodieTableMetaClient.newTableBuilder()
.setTableType(COPY_ON_WRITE)
.setTableName(table.getTableName())
.setBootstrapIndexClass(NoOpBootstrapIndex.class.getName())
Expand Down

0 comments on commit 8e3d85a

Please sign in to comment.