We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The various ListBuilder's do not support providing the full Field of the nested type, this prevents round-tripping nullability, field names, etc...
Field
Describe the solution you'd like
The ListBuilders should have a new public constructor
pub fn new_with_child(values_builder: T, child: Field) -> Self
This should panic in finish if the field has an incompatible data_type
Describe alternatives you've considered
We could not do this
Additional context
I ran into this whilst working on apache/datafusion#2450
The text was updated successfully, but these errors were encountered:
Closed by #5331
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The various ListBuilder's do not support providing the full
Field
of the nested type, this prevents round-tripping nullability, field names, etc...Describe the solution you'd like
The ListBuilders should have a new public constructor
This should panic in finish if the field has an incompatible data_type
Describe alternatives you've considered
We could not do this
Additional context
I ran into this whilst working on apache/datafusion#2450
The text was updated successfully, but these errors were encountered: