This is an automated email from the ASF dual-hosted git repository.

vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e7931b  [MINOR] Fix master compilation failure (#1881)
5e7931b is described below

commit 5e7931b1f9d586a44bcfa13e21917b24d4f78596
Author: Udit Mehrotra <[email protected]>
AuthorDate: Mon Jul 27 23:02:58 2020 -0700

    [MINOR] Fix master compilation failure (#1881)
    
    Co-authored-by: Udit Mehrotra <[email protected]>
---
 hudi-spark/src/test/java/HoodieJavaGenerateApp.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hudi-spark/src/test/java/HoodieJavaGenerateApp.java 
b/hudi-spark/src/test/java/HoodieJavaGenerateApp.java
index 64245e9..1160f2d 100644
--- a/hudi-spark/src/test/java/HoodieJavaGenerateApp.java
+++ b/hudi-spark/src/test/java/HoodieJavaGenerateApp.java
@@ -30,7 +30,7 @@ import org.apache.hudi.hive.NonPartitionedExtractor;
 import org.apache.hudi.keygen.NonpartitionedKeyGenerator;
 import org.apache.hudi.keygen.SimpleKeyGenerator;
 import org.apache.hudi.testutils.DataSourceTestUtils;
-import org.apache.hudi.testutils.HoodieTestDataGenerator;
+import org.apache.hudi.common.testutils.HoodieTestDataGenerator;
 import org.apache.log4j.LogManager;
 import org.apache.log4j.Logger;
 import org.apache.spark.api.java.JavaSparkContext;

Reply via email to