akashchamp commented on PR #11064: URL: https://github.com/apache/arrow-rs/pull/11064#issuecomment-5750776527
Good call, thanks for the pointer to #10517. I have now rewired the rest of the workspace the same way: arrow-array (RunArray::try_new), arrow-data, arrow-cast, arrow-ord, arrow-row, arrow-ipc, arrow-json, arrow-avro, arrow-integration-test, arrow, parquet and parquet-variant-compute all use Field::REE_RUN_ENDS_FIELD_DEFAULT_NAME / Field::REE_VALUES_FIELD_DEFAULT_NAME, so no default run_ends/values literals remain outside the constant definitions. arrow-select and arrow-flight had no REE name literals to change, and the remaining "values" literals are dictionary, map or ordinary column fields, not REE children, so I left them as they are. -- 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]
