1
0

[HUDI-3935] Adding config to fallback to enabled Partition Values extraction from Partition path (#5377)

This commit is contained in:
Alexey Kudinkin
2022-04-21 01:36:19 -07:00
committed by GitHub
parent a9506aa545
commit 4b296f79cc
12 changed files with 133 additions and 61 deletions

View File

@@ -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();