Mandukhai-Alimaa opened a new issue, #436: URL: https://github.com/apache/arrow-go/issues/436
### Describe the enhancement requested Problem: When ingesting into databases that don’t support Arrow’s dictionary type, Go users must manually call compute.Cast on each dictionary array to strip the encoding. There’s no single “flatten” helper. Solution: Add a Flatten function that accepts a dictionary array and returns a non-dictionary version in one call. ### Component(s) Other -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org