-
Notifications
You must be signed in to change notification settings - Fork 988
Closed as not planned
Labels
questionFurther information is requestedFurther information is requested
Description
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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested