selvarajperiyasamy commented on issue #7283: URL: https://github.com/apache/hudi/issues/7283#issuecomment-2025963486
I had encounter this issue when i dropped column from table and then few weeks later added another set of new columns. The issue is that when i ran alter statement, latest commit file added a section under extrametadata section called latest_schema, which has column name to id mapping. This is being used by hudi and new columns are not having id hence null pointer exception was thrown. I downloaded this commit file , removed latest_schema section then pushed back. Now my run succeeded. -- 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]
