1
0

[HUDI-2418] Support HiveSchemaProvider (#3671)

Co-authored-by: jian.feng <fengjian428@gmial.com>
This commit is contained in:
冯健
2021-12-05 16:10:13 +08:00
committed by GitHub
parent 63b15607ff
commit 734c9f5f2d
8 changed files with 500 additions and 0 deletions

View File

@@ -233,6 +233,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hive_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_${scala.binary.version}</artifactId>