[
https://issues.apache.org/jira/browse/HUDI-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Y Ethan Guo updated HUDI-7121:
------------------------------
Fix Version/s: 1.1.0
(was: 0.14.0)
> Avoid searching for "_hoodie_operation" field in data files
> -----------------------------------------------------------
>
> Key: HUDI-7121
> URL: https://issues.apache.org/jira/browse/HUDI-7121
> Project: Apache Hudi
> Issue Type: Task
> Reporter: Lin Liu
> Assignee: sivabalan narayanan
> Priority: Major
> Fix For: 1.1.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)