File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 7474 <artifactId >spark-repl_${scala.binary.version}</artifactId >
7575 <version >${project.version} </version >
7676 </dependency >
77+ <dependency >
78+ <groupId >org.apache.spark</groupId >
79+ <artifactId >spark-avro_${scala.binary.version}</artifactId >
80+ <version >${project.version} </version >
81+ </dependency >
82+ <dependency >
83+ <groupId >io.delta</groupId >
84+ <artifactId >delta-core_${scala.binary.version}</artifactId >
85+ <version >${deltalake.version} </version >
86+ </dependency >
87+ <dependency >
88+ <groupId >org.apache.hudi</groupId >
89+ <artifactId >hudi-spark3.3-bundle_${scala.binary.version}</artifactId >
90+ <version >${hudi.version} </version >
91+ </dependency >
92+ <dependency >
93+ <groupId >org.apache.iceberg</groupId >
94+ <artifactId >iceberg-spark-runtime-3.3_${scala.binary.version}</artifactId >
95+ <version >${iceberg.version} </version >
96+ </dependency >
7797
7898 <!--
7999 Because we don't shade dependencies anymore, we need to restore Guava to compile scope so
You can’t perform that action at this time.
0 commit comments