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 and senthh committed Jun 27, 2024
1 parent 808f09a commit f8f5e4c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,26 @@
<artifactId>spark-repl_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<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

0 comments on commit f8f5e4c

Please sign in to comment.