thorfour opened a new issue, #35567: URL: https://github.com/apache/arrow/issues/35567
### Describe the enhancement requested We have a need to have a dictionary of lists, where we are storing many lists of strings where many of the strings are repeated frequently. However, currently a dictionary of lists is unsupported: https://github.com/apache/arrow/blob/cdefbb8f4b4183b29fbcdb014af1f6fc0030475c/go/arrow/array/dictionary.go#L640 Is this intentionally unimplemented, or could it be something that I could implement? ### Component(s) Go -- 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]
