nsivabalan commented on issue #5717: URL: https://github.com/apache/hudi/issues/5717#issuecomment-1152632282
when your schema was upgraded for the first time in the table, you need to ensure new fields added have defaults set to "null". If not, its going to be tough. you have to manually add null values for missing records for the missing column before ingesting to hudi. can't think of other ways. -- 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]
