[HUDI-3935] Adding config to fallback to enabled Partition Values extraction from Partition path (#5377)
This commit is contained in:
@@ -1465,7 +1465,7 @@ public abstract class BaseHoodieWriteClient<T extends HoodieRecordPayload, I, K,
|
||||
}
|
||||
|
||||
// Validate table properties
|
||||
metaClient.validateTableProperties(config.getProps(), operationType);
|
||||
metaClient.validateTableProperties(config.getProps());
|
||||
// Make sure that FS View is in sync
|
||||
table.getHoodieView().sync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user