friendlymatthew commented on code in PR #8611:
URL: https://github.com/apache/arrow-rs/pull/8611#discussion_r2430351406
##########
parquet-variant-compute/src/variant_array_builder.rs:
##########
@@ -162,6 +173,17 @@ impl VariantArrayBuilder {
}
}
+impl<'m, 'v> Extend<Option<Variant<'m, 'v>>> for VariantArrayBuilder {
+ fn extend<T: IntoIterator<Item = Option<Variant<'m, 'v>>>>(&mut self,
iter: T) {
Review Comment:
But fwiw, the goal of this PR was to get
https://github.com/apache/arrow-rs/issues/8606 done.
Now, here we would want to support both `Vec<Variant>` and
`Vec<Option<Variant>>`
--
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]