klion26 commented on code in PR #10635:
URL: https://github.com/apache/arrow-rs/pull/10635#discussion_r3976889559
##########
parquet-variant-compute/src/variant_get.rs:
##########
@@ -182,6 +182,9 @@ pub(crate) fn follow_shredded_path_element(
None => Ok(missing_path_step()),
}
}
+ VariantPathElement::ListElement => Err(ArrowError::NotYetImplemented(
Review Comment:
Do we need to implement this in the future? If not, maybe we can use
`InvalidArgumentError` or another error type.
The two paths `a.b` and `a.b.[*]` both mean the whole list?
--
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]