[HUDI-3239] Convert BaseHoodieTableFileIndex to Java (#4669)
Converting BaseHoodieTableFileIndex to Java, removing Scala as a dependency from "hudi-common"
This commit is contained in:
@@ -69,9 +69,6 @@
|
||||
<include>org.apache.hudi:hudi-sync-common</include>
|
||||
<include>org.apache.hudi:hudi-hive-sync</include>
|
||||
|
||||
<!-- TODO(HUDI-3239) remove this -->
|
||||
<include>org.scala-lang:scala-library</include>
|
||||
|
||||
<include>com.beust:jcommander</include>
|
||||
<include>org.apache.avro:avro</include>
|
||||
<include>org.apache.parquet:parquet-avro</include>
|
||||
@@ -134,14 +131,6 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Scala -->
|
||||
<!-- TODO(HUDI-3239) remove this dep -->
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>${scala.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Parquet -->
|
||||
<dependency>
|
||||
<groupId>org.apache.parquet</groupId>
|
||||
|
||||
Reference in New Issue
Block a user