liucongjy commented on PR #12659: URL: https://github.com/apache/hudi/pull/12659#issuecomment-2606166119
I tested it again. After adding fields to the Hudi table, data must be written into the Hudi table before querying will not throw an error indicating that the added fields do not exist. I checked the code and found that during the initialization of the SchemaEvolutionContext class, it did not obtain the CommitsTimeline from HoodieTimeline, which is why the query would throw an error   -- 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]
