lokeshj1703 commented on code in PR #12296:
URL: https://github.com/apache/hudi/pull/12296#discussion_r1858139422
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -1357,6 +1357,7 @@ public HoodieTableMetaClient
initTable(StorageConfiguration<?> storageConf, Stor
createTableLayoutOnStorage(storageConf, basePath, props);
HoodieTableMetaClient metaClient =
HoodieTableMetaClient.builder().setConf(storageConf).setBasePath(basePath)
.setMetaserverConfig(props)
+ .setPayloadClassName((String)
props.getOrDefault(PAYLOAD_CLASS_NAME.key(),
"org.apache.hudi.common.model.DefaultHoodieRecordPayload"))
Review Comment:
Based on what I see it works as expected. The configs are set in line - `
createTableLayoutOnStorage(storageConf, basePath, props);`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]