1
0

[HUDI-1477] Support copyOnWriteTable in java client (#2382)

This commit is contained in:
Shen Hong
2021-02-23 20:50:55 +08:00
committed by GitHub
parent 3ceb1b4c83
commit 2efd0760ac
19 changed files with 1644 additions and 10 deletions

View File

@@ -66,6 +66,19 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<scope>test</scope>
<classifier>${hive.exec.classifier}</classifier>
</dependency>
<dependency>
<groupId>${hive.groupid}</groupId>
<artifactId>hive-metastore</artifactId>
<version>${hive.version}</version>
<scope>test</scope>
</dependency>
<!-- Test -->
<dependency>