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

xushiyan 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 cf2ecd7  [HUDI-2679] Fix the TestMergeIntoLogOnlyTable typo. (#3918)
cf2ecd7 is described below

commit cf2ecd77badcaa713ce12d7c9126aa57662d3a3f
Author: Shawy Geng <[email protected]>
AuthorDate: Mon Nov 8 02:19:17 2021 +0800

    [HUDI-2679] Fix the TestMergeIntoLogOnlyTable typo. (#3918)
---
 .../{TestMereIntoLogOnlyTable.scala => TestMergeIntoLogOnlyTable.scala} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMereIntoLogOnlyTable.scala
 
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMergeIntoLogOnlyTable.scala
similarity index 98%
rename from 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMereIntoLogOnlyTable.scala
rename to 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMergeIntoLogOnlyTable.scala
index b4492b5..d911ace 100644
--- 
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMereIntoLogOnlyTable.scala
+++ 
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestMergeIntoLogOnlyTable.scala
@@ -19,7 +19,7 @@ package org.apache.spark.sql.hudi
 
 import org.apache.hudi.testutils.DataSourceTestUtils
 
-class TestMereIntoLogOnlyTable extends TestHoodieSqlBase {
+class TestMergeIntoLogOnlyTable extends TestHoodieSqlBase {
 
   test("Test Query Log Only MOR Table") {
     withTempDir { tmp =>

Reply via email to