mapleFU commented on issue #46555: URL: https://github.com/apache/arrow/issues/46555#issuecomment-2905829507
When reading I found I forget the design of how to build the sorted metadata in this scenerio, lol The api looks nice! For implementation and the buffer handling stack is inspiring, I think for !sorted, this is great example. I may need to think about using a tmp buffer when build sub-object, it could change memmove to memcpy. But when object/array stack size grows, the required buffer also grows, which makes it even worse For sorted, maybe it's easy to do it in one-layer object, for multi layer object, a sorted & unique Builder might need maintain a "object builder tree" and need to finish it in build order 😅 This is really tricky for nested complex object... -- 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