You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(arrow): Use field name for lookup when field_id in parquet metadata is unavailable
When reading Arrow data from sources that don't provide the PARQUET:field_id metadata (like DataFusion), the column lookup failed.
This change introduces a fallback mechanism to look up fields by name if the field ID is not present in the Arrow field metadata. This improves compatibility with various Arrow data sources.
The commit also includes:
- A new unit test to verify the name-based fallback logic.
- A more detailed error message when a field can't be found.
0 commit comments