Rich-T-kid opened a new issue, #11035: URL: https://github.com/apache/arrow-rs/issues/11035
`Field::REE_RUN_ENDS_FIELD_DEFAULT_NAME` and `Field::REE_VALUES_FIELD_DEFAULT_NAME` were added to improve REE display/parse. There are likely places that still hard-code "run_ends" and "values" strings when constructing or matching REE fields, similar to how MAP_KEYS_FIELD_DEFAULT_NAME / MAP_VALUE_FIELD_DEFAULT_NAME are used for Map types. The goal is to consolidate to these constants as the single source of truth. "in a followup PR we can wire this in to more places where its used, similar to the map consts above" _Originally posted by @Jefffrey in https://github.com/apache/arrow-rs/pull/10840#discussion_r3963485896_ -- 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]
