rluvaton opened a new pull request, #10297: URL: https://github.com/apache/arrow-rs/pull/10297
# Which issue does this PR close? N/A # Rationale for this change In some places we write `keys` and `values` and in some cases `key` and `value` (without the `s`) so matching the names to match the default arrow spec names This is similar to what was done for list: - #6785 # What changes are included in this PR? add constants for entries, key and value field name in `Field`, replace **manually** every place, left out places that test different names specifically or made it more explicit # Are these changes tested? Existing tests # Are there any user-facing changes? the default `MapFieldNames` is `key` and not `keys`, `value` and not `values` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
