Skip to content

Commit

Permalink
[HUDI-2679] Fix the TestMergeIntoLogOnlyTable typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
minihippo committed Nov 3, 2021
1 parent acc4062 commit 6c77684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit 6c77684

Please sign in to comment.