Skip to content

Commit

Permalink
ODP-756 Included Open Table formats Hudi,Delta & Iceberg to spark jar… (
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhluck authored Apr 18, 2024
1 parent 58caaa6 commit 6a08f66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@
<artifactId>spark-avro_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.delta</groupId>
<artifactId>delta-core_${scala.binary.version}</artifactId>
<version>${deltalake.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark3.3-bundle_${scala.binary.version}</artifactId>
<version>${hudi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-spark-runtime-3.3_${scala.binary.version}</artifactId>
<version>${iceberg.version}</version>
</dependency>

<!--
Because we don't shade dependencies anymore, we need to restore Guava to compile scope so
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
<chill.version>0.10.0</chill.version>
<ivy.version>2.5.1</ivy.version>
<oro.version>2.0.8</oro.version>
<deltalake.version>2.3.0</deltalake.version>
<hudi.version>0.14.2</hudi.version>
<iceberg.version>1.5.0</iceberg.version>
<!--
If you changes codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
Expand Down

0 comments on commit 6a08f66

Please sign in to comment.