scovich commented on issue #8150: URL: https://github.com/apache/arrow-rs/issues/8150#issuecomment-3192273026
That sounds about right. For completeness, we should a couple more rows: ```json { "a": { "y": 10 }, "b": 42 } ``` and ```rust { "a": 20, "b": 42 } ``` ... which covers the other two ways shredding can shake out (path not present, and parent not a struct). Note: Whichever PR goes first has to implement the basic framework (both the pathing code that `variant_get` calls to navigate shredded columns, and the builder-side code that drills into a binary variant column). The pathfinding PR has all the pieces we need, I think, so it shouldn't be _too_ hard? -- 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