YuweiXiao commented on issue #5777: URL: https://github.com/apache/hudi/issues/5777#issuecomment-1158514099
There is options `hoodie.datasource.merge.type` to control the combine logic during read, the default is merge records. The option is for spark read, not sure what is the behavior in your query engine. Which engine are you using? And the merge also relies on the payload class (which specifies how records with duplicate keys merge). -- 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]
