sdf-jkl opened a new issue, #9443:
URL: https://github.com/apache/arrow-rs/issues/9443

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   In #9049, @liamzwbao added `variant_get` support for 
`VariantPathElement::Field` for shredded arrays.
   
   We still need to implement `VariantPathElement::Index` for `variant_get`.
   
   Snippet from a comment by 
@scovich(https://github.com/apache/arrow-rs/issues/8082#issuecomment-3258435567):
   
   > In contrast, pathing through a shredded variant array requires slicing. 
For example,
   > ```rust
   > SELECT variant_get(v, 'a[0].b[1].c[2]', INT)` AS c FROM t
   > ```
   
   **Describe the solution you'd like**
   Add `VariantPathElement::Index` support to `variant_get` to enable path 
traversal through shredded arrays.
   
   


-- 
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]

Reply via email to