1
0

[HUDI-2679] Fix the TestMergeIntoLogOnlyTable typo. (#3918)

This commit is contained in:
Shawy Geng
2021-11-08 02:19:17 +08:00
committed by GitHub
parent e0285800fb
commit cf2ecd77ba

View File

@@ -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 =>