hudi-bot opened a new issue, #17442: URL: https://github.com/apache/hudi/issues/17442
As part of [https://github.com/apache/hudi/pull/13615/files#r2274346707] we came across a scenario, where HoodieStreamer allows switching payload classes. We don't allow this w/ spark data source writes. So, lets chase down why we allow this for HoodieStreamer and if no valid reasons are found, we should fix the gap and throw exception if a user tries to change the payload class w/ HoodieStreamer. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-9714 - Type: Sub-task - Parent: https://issues.apache.org/jira/browse/HUDI-9560 - Fix version(s): - 1.1.0 --- ## Comments 22/Aug/25 16:48;linliu;Spark data source, actually allows payload classes overwritten. Meanwhile, we know Hudi also allows merge strategy id, merge mode overwritten. This is not a block for 1.1 release, since this behavior already exists. I will do some scoping before start working on this.;;; -- 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]
