Skip to content

Allow changing globally the default list field name #6881

@rluvaton

Description

@rluvaton

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions