zhangyue19921010 commented on pull request #4453: URL: https://github.com/apache/hudi/pull/4453#issuecomment-1003842005
The root cause of `hms and jdbc fails.` is https://github.com/apache/hudi/pull/4452 changed the logic that `isDropPartition`d o not need to check schema chenged. ``` if (!isDropPartition) {} ``` Just raise a pr to fix the test with add the schema info in fake replace commit file. https://github.com/apache/hudi/pull/4493/files It's passed on my local env. @nsivabalan Would you mind to take look? Thanks a lot. -- 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]
