tustvold commented on code in PR #5331:
URL: https://github.com/apache/arrow-rs/pull/5331#discussion_r1465689563
##########
arrow-array/src/builder/generic_list_builder.rs:
##########
@@ -116,6 +116,20 @@ impl<OffsetSize: OffsetSizeTrait, T: ArrayBuilder>
GenericListBuilder<OffsetSize
offsets_builder,
null_buffer_builder: NullBufferBuilder::new(capacity),
values_builder,
+ field: None,
+ }
+ }
+
+ /// Override the field passed to [`GenericListArray::new`]
Review Comment:
This avoids duplicating the docs about what the implications of different
nullability options 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]