alamb commented on code in PR #8092:
URL: https://github.com/apache/arrow-rs/pull/8092#discussion_r2274030712
##########
parquet-variant-compute/src/variant_get/output/primitive.rs:
##########
@@ -137,6 +138,7 @@ impl<'a, T: ArrowPrimitiveVariant> OutputBuilder for
PrimitiveOutputBuilder<'a,
Ok(typed_value.clone())
} else {
// TODO: try to cast the typed_value to the desired type?
+ // https://github.com/apache/arrow-rs/issues/8086
Review Comment:
```suggestion
// https://github.com/apache/arrow-rs/issues/8086
```
##########
parquet-variant-compute/src/variant_get/output/primitive.rs:
##########
@@ -137,6 +138,7 @@ impl<'a, T: ArrowPrimitiveVariant> OutputBuilder for
PrimitiveOutputBuilder<'a,
Ok(typed_value.clone())
} else {
// TODO: try to cast the typed_value to the desired type?
+ // https://github.com/apache/arrow-rs/issues/8086
Review Comment:
```suggestion
// https://github.com/apache/arrow-rs/issues/8086
```
--
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]