scovich commented on PR #8366:
URL: https://github.com/apache/arrow-rs/pull/8366#issuecomment-3305372219

   > It seems like there is some non trivial follow on work that we should 
perhaps track in tickets. If you agree I can file them
   > 
   >     1. Shredding out Lists
   > 
   >     2. Shredding out Structs
   > 
   >     3. (maybe) benchmarks for shredding.
   
   I think we have (in no particular order):
   1. Pathing into shredded lists in `variant_get` (columnar, fancy array 
slicing)
      * https://github.com/apache/arrow-rs/issues/8082
      * https://github.com/apache/arrow-rs/pull/8354
   3. Pathing into unshredded lists in `variant_get` (row-oriented, new builder)
   4. List support in `shred_variant' (row-oriented, new builder)
   5. Unshredded struct support in `variant_get` (row-oriented, new builder)
   6. Benchmarks for `variant_get` (pathing into shredded values)
   7. Benchmarks for `variant_get` (pathing into unshredded values)
   8. Benchmarks for `shred_variant`


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to