Commit 55e181e
authored
chore: expose field id mapping from schema (#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 change1 parent aeff4e5 commit 55e181e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
416 | 421 | | |
417 | 422 | | |
418 | 423 | | |
| |||
0 commit comments