sdf-jkl commented on code in PR #8600:
URL: https://github.com/apache/arrow-rs/pull/8600#discussion_r2429283527
##########
parquet-variant-compute/src/variant_get.rs:
##########
@@ -763,6 +764,13 @@ mod test {
BooleanArray::from(vec![Some(true), Some(false), Some(true)])
);
+ perfectly_shredded_to_arrow_primitive_test!(
+ get_variant_perfectly_shredded_utf8_as_utf8,
+ DataType::Utf8,
Review Comment:
Shredding is not supported for `LargeUtf8/Utf8View'` per specification.
I originally added the tests for them inside `variant_get` but got the error
saying these types do not support shredding.
--
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]