Re: [I] Data race in GetColumnPageReader [arrow-go]

2025-04-11 Thread via GitHub
zeroshade closed issue #342: Data race in GetColumnPageReader URL: https://github.com/apache/arrow-go/issues/342 -- 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,

Re: [I] Data race in GetColumnPageReader [arrow-go]

2025-04-11 Thread via GitHub
zeroshade closed issue #342: Data race in GetColumnPageReader URL: https://github.com/apache/arrow-go/issues/342 -- 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,

[I] Data race in GetColumnPageReader [arrow-go]

2025-04-05 Thread via GitHub
daniel-adam-tfs opened a new issue, #342: URL: https://github.com/apache/arrow-go/issues/342 ### Describe the bug, including details regarding any error messages, version, and platform. Is the reading of columns by a single `rgReader` from multiple Go routines supported? We'r