1
0

[HUDI-1476] Introduce unit test infra for java client (#2478)

This commit is contained in:
Shen Hong
2021-01-25 03:17:19 +08:00
committed by GitHub
parent 81836f0309
commit c4afd179c1
5 changed files with 296 additions and 0 deletions

View File

@@ -37,6 +37,12 @@
<version>${parent.version}</version>
</dependency>
<!-- Parquet -->
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
</dependency>
<!-- Hoodie - Test -->
<dependency>
<groupId>org.apache.hudi</groupId>