PinkCrow007 commented on issue #7424: URL: https://github.com/apache/arrow-rs/issues/7424#issuecomment-2830950373
Thanks @alamb for the great writeup! I’ve sketched out a rough implementation and had two related questions: - Reusing metadata: Do we want to support metadata reuse during the value creation phase within the same builder, or is the goal to allow sharing metadata across multiple Variant values after they are already created and in Arrow memory? (My current version only supports reuse during value creation within a single builder.) - Key ordering: Since the spec allows for sorted_strings in the metadata, should the VariantBuilder take an option to control key sorting?(This refers to sorting keys in the metadata, and is separate from object-level sorted dictionaries.) -- 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