danny0405 commented on code in PR #12288:
URL: https://github.com/apache/hudi/pull/12288#discussion_r1855346897
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -476,7 +489,18 @@ public synchronized HoodieActiveTimeline
reloadActiveTimeline() {
*/
public synchronized void reloadTableConfig() {
this.tableConfig = new HoodieTableConfig(this.storage, metaPath,
- this.tableConfig.getRecordMergeMode(),
this.tableConfig.getKeyGeneratorClassName(),
this.tableConfig.getRecordMergeStrategyId());
+ this.tableConfig.getRecordMergeMode(),
this.tableConfig.getPayloadClass(),
this.tableConfig.getRecordMergeStrategyId());
Review Comment:
The payload class was mistakenly replaced by key gen class in
https://github.com/apache/hudi/pull/12224, fix it here.
--
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]