parisni commented on PR #8998: URL: https://github.com/apache/hudi/pull/8998#issuecomment-1595977214
> How could it failed then For eg, if you choose a given merger class with some logic, and hudi does not find the class it will run an other default merger silently. You end up with a upsert with other logic you wanted initially. What I call corrupted table It should fail if the class is not found. No replace by default silently On June 18, 2023 1:21:30 AM UTC, Danny Chan ***@***.***> wrote: >> It can corrupt silently the data by applying wrong logic and should fail instead. > >How could it failed then, basically we have two kinds of records: spark and avro, if we choose the correct merger for the records type, it should not fail, maybe we just need to fix the merger class inference instead of throwing. > >-- >Reply to this email directly or view it on GitHub: >https://github.com/apache/hudi/pull/8998#issuecomment-1595916493 >You are receiving this because you authored the thread. > >Message ID: ***@***.***> -- 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]
