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
chore: expose field id mapping from schema (apache#1498)
## What changes are included in this PR?
Motivation:
- I would like to leverage naming mapping, to compensate the issue that
table metadata reassigns field id on creation.
- Name mapping requires (1) field id; (2) field name; (3) children
values; all these information could be fetched from `Schema`, but could
be a lot easier and performant if we could expose (1) field id -> field
name; (2) field id -> field mapping.
## Are these changes tested?
N/A, trivial visibility change, no functional change
0 commit comments