[HUDI-2679] Fix the TestMergeIntoLogOnlyTable typo. (#3918)
This commit is contained in:
@@ -19,7 +19,7 @@ package org.apache.spark.sql.hudi
|
|||||||
|
|
||||||
import org.apache.hudi.testutils.DataSourceTestUtils
|
import org.apache.hudi.testutils.DataSourceTestUtils
|
||||||
|
|
||||||
class TestMereIntoLogOnlyTable extends TestHoodieSqlBase {
|
class TestMergeIntoLogOnlyTable extends TestHoodieSqlBase {
|
||||||
|
|
||||||
test("Test Query Log Only MOR Table") {
|
test("Test Query Log Only MOR Table") {
|
||||||
withTempDir { tmp =>
|
withTempDir { tmp =>
|
||||||
Reference in New Issue
Block a user