fallintoplace opened a new pull request, #1061: URL: https://github.com/apache/arrow-go/pull/1061
GetFieldReaders builds independent column readers concurrently. If one construction fails, readers that already succeeded remain in the private result slice and are never returned to the caller, so their resources cannot be released.\n\nRelease every successfully constructed reader before returning the sibling error.\n\nValidated with focused parquet/pqarrow package tests. -- 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]
