[HUDI-2410] Fix getDefaultBootstrapIndexClass logical error (#3633)
This commit is contained in:
@@ -195,9 +195,9 @@ public class TestBootstrap extends HoodieClientTestBase {
|
||||
private void testBootstrapCommon(boolean partitioned, boolean deltaCommit, EffectiveMode mode) throws Exception {
|
||||
|
||||
if (deltaCommit) {
|
||||
metaClient = HoodieTestUtils.init(basePath, HoodieTableType.MERGE_ON_READ, bootstrapBasePath);
|
||||
metaClient = HoodieTestUtils.init(basePath, HoodieTableType.MERGE_ON_READ, bootstrapBasePath, true);
|
||||
} else {
|
||||
metaClient = HoodieTestUtils.init(basePath, HoodieTableType.COPY_ON_WRITE, bootstrapBasePath);
|
||||
metaClient = HoodieTestUtils.init(basePath, HoodieTableType.COPY_ON_WRITE, bootstrapBasePath, true);
|
||||
}
|
||||
|
||||
int totalRecords = 100;
|
||||
|
||||
Reference in New Issue
Block a user