tustvold opened a new issue, #2684: URL: https://github.com/apache/arrow-rs/issues/2684
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Both `StringDictionaryBuilder` and `PrimitiveDictionaryBuilder` are created with existing builders. This is problematic if the key builders are not empty, as these already inserted keys will not be validated **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Requiring the builders to create a dictionary builder is a pretty strange API, and I would like to propose just removing it **Additional context** <!-- Add any other context about the problem here. --> -- 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]
