tustvold commented on code in PR #1588:
URL: https://github.com/apache/arrow-rs/pull/1588#discussion_r864742901
##########
parquet/src/arrow/array_reader/builder.rs:
##########
@@ -295,96 +297,80 @@ impl<'a> TypeVisitor<Option<Box<dyn ArrayReader>>, &'a
ArrayReaderBuilderContext
.first()
.ok_or_else(|| ArrowError("List field must have a
child.".to_string()))?
.clone();
- let mut new_context = context.clone();
+ // If the list can contain nulls
Review Comment:
I recommend reading this with whitespace disabled
https://github.com/apache/arrow-rs/pull/1588/files?w=1
--
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]