1
0

[HUDI-3268] Fix NPE while reading table with Spark datasource (#4630)

This commit is contained in:
Y Ethan Guo
2022-01-21 05:46:07 -08:00
committed by GitHub
parent 8547f11752
commit 4b9085057a
3 changed files with 83 additions and 16 deletions

View File

@@ -466,6 +466,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-java-client</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>