fallintoplace opened a new pull request, #1082: URL: https://github.com/apache/arrow-go/pull/1082
## What changed\n\nBuild protobuf map Arrow types directly from the map key and value descriptors.\n\n## Why\n\nSchema discovery previously started an unbuffered map-entry producer and returned after its first result. Maps with multiple entries left that producer blocked while schema output remained dependent on runtime values even though descriptors contain all required type information.\n\n## Testing\n\n- ok github.com/apache/arrow-go/v18/arrow/util (cached) -- 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]
