1
0

[HUDI-695]Add unit test for TableCommand (#1411)

This commit is contained in:
hongdd
2020-03-17 14:15:30 +08:00
committed by GitHub
parent 418f9bb2e9
commit f1d7bb381d
3 changed files with 170 additions and 1 deletions

View File

@@ -155,6 +155,20 @@
<artifactId>hudi-utilities_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-common</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<!-- Logging -->
<dependency>