hudi-bot opened a new issue, #16308: URL: https://github.com/apache/hudi/issues/16308
When Hudi tries to add metadata fields to the table schema, it tries to check if "_hoodie_operation" field exists by searching all data file headers. This search could take long to finish. Therefore, we should try to avoid checking this field as much as possible. The potential solution is to add a table property to indicate if this field exist. If not, no need to search. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-7121 - Type: Task - Fix version(s): - 1.1.0 -- 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]
