1
0

[HUDI-3200] deprecate hoodie.file.index.enable and unify to use BaseFileOnlyViewRelation to handle (#4798)

This commit is contained in:
Yann Byron
2022-02-15 09:38:01 +08:00
committed by GitHub
parent 0a97a9893a
commit 3b401d839c
8 changed files with 87 additions and 103 deletions

View File

@@ -157,7 +157,7 @@ class TestCOWDataSource extends HoodieClientTestBase {
val snapshotDF2 = spark.read.format("org.apache.hudi")
.load(basePath + "/*/*/*/*")
assertEquals(snapshotDF1.count() - inputDF2.count(), snapshotDF2.count())
assertEquals(snapshotDF2.count(), 80)
}
@Test def testOverWriteModeUseReplaceAction(): Unit = {