1
0

[HUDI-728]: Implemented custom key generator (#1433)

This commit is contained in:
Pratyaksh Sharma
2020-07-09 17:05:07 +05:30
committed by GitHub
parent d58644b657
commit c7f1a781ab
15 changed files with 675 additions and 67 deletions

View File

@@ -352,6 +352,14 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- Hive - Test -->
<dependency>