[HUDI-3200] deprecate hoodie.file.index.enable and unify to use BaseFileOnlyViewRelation to handle (#4798)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user