alamb commented on code in PR #8625:
URL: https://github.com/apache/arrow-rs/pull/8625#discussion_r2433461938
##########
parquet-variant-compute/src/variant_array.rs:
##########
@@ -439,6 +440,20 @@ impl From<VariantArray> for ArrayRef {
}
}
+impl<'m, 'v> FromIterator<Option<Variant<'m, 'v>>> for VariantArray {
Review Comment:
Filed a ticket to track this idea
- https://github.com/apache/arrow-rs/issues/8628
--
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]