[HUDI-1847] Adding inline scheduling support for spark datasource path for compaction and clustering (#4420)
- This adds support in spark-datasource to just schedule table services inline so that users can leverage async execution w/o the need for lock service providers.
This commit is contained in:
committed by
GitHub
parent
b3b44236fe
commit
0ababcfaa7
@@ -167,7 +167,7 @@ public class TestHoodieWriteConfig {
|
||||
}
|
||||
});
|
||||
assertFalse(writeConfig.areAnyTableServicesAsync());
|
||||
assertTrue(writeConfig.areAnyTableServicesInline());
|
||||
assertTrue(writeConfig.areAnyTableServicesExecutedInline());
|
||||
assertEquals(HoodieLockConfig.LOCK_PROVIDER_CLASS_NAME.defaultValue(), writeConfig.getLockProviderClass());
|
||||
|
||||
// 5. User override for the lock provider should always take the precedence
|
||||
|
||||
Reference in New Issue
Block a user