friendlymatthew commented on code in PR #7921:
URL: https://github.com/apache/arrow-rs/pull/7921#discussion_r2219548735
##########
parquet-variant-compute/src/variant_array_builder.rs:
##########
@@ -81,26 +87,19 @@ pub struct VariantArrayBuilder {
/// (offset, len) pairs for locations of values in the buffer
value_locations: Vec<(usize, usize)>,
/// The fields of the final `StructArray`
- ///
- /// TODO: 1) Add extension type metadata
- /// TODO: 2) Add support for shredding
Review Comment:
Sorry, I plan on at least getting 2 done in this PR
--
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]