rluvaton opened a new issue, #6881: URL: https://github.com/apache/arrow-rs/issues/6881
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The arrow implementation of Java uses `$data$` rather than `item` like in here, which cause schema mismatch if not making sure the field name are matching. This is problematic as sometimes other places are the one that create the `list` (like DataFusion) **Describe the solution you'd like** I want to be able to globally configure the name of the list field **Describe alternatives you've considered** passing the wanted field name everywhere, although it's not always possible when the list is created somewhere else (like DataFusion) **Additional context** I'm able to submit a PR to add this if wanted -- 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]
