hudi-bot opened a new issue, #15438: URL: https://github.com/apache/hudi/issues/15438
We have two configs for payload which is causing confusion. hoodie.datasource.write.payload.class and hoodie.compaction.payload.class 2nd is a table config, which will be used by MOR snapshot query to merge base with log records. From the code, looks like hoodie.compaction.payload.class is overwritten w/ whats set for hoodie.datasource.write.payload.class. So, hoodie.datasource.write.payload.class takes precedence. but lets see if we can deprecate one and use 1 config across the board. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-4863 - Type: Improvement --- ## Comments 03/Nov/22 21:09;jonvex;remove the config from the guide and the configuration reference;;; -- 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]
