Commit 0bddf5d
authored
### Rationale for this change
The current implementation forces using `key`/`value`/`entries` as key/item/value field names and ignores field names in FlatBuffers.
### What changes are included in this PR?
Use field names in FlatBuffers.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
**This PR includes breaking changes to public APIs.** If an application depends on `key`/`value`/entries` as map type's field names, an application may not work when incoming Apache Arrow data doesn't use `key`/`value`/`entries` as map type's field names.
* GitHub Issue: #49415
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 96ecb13 commit 0bddf5d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | | - | |
| 393 | + | |
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
| |||
0 commit comments