nsivabalan commented on issue #4635: URL: https://github.com/apache/hudi/issues/4635#issuecomment-1039455327
actually we made few fixes to multi-writer in 0.10.0. Especially around [rolling back unintentded commits](https://github.com/apache/hudi/pull/3956). So, when you say you are also seeing it w/ 0.10.0, was the table created in 0.10.0 and then after few commits you are facing this issue. Or was the table created in older versions and was upgraded to 0.10.0. If its upgraded, probably the table was already in bad state that lead to NullPointerException. If you can clarify this, it could help investigate the issue. -- 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]
