ales-vilchytski commented on issue #18431: URL: https://github.com/apache/arrow/issues/18431#issuecomment-2017465989
Hello @kyle-ip. Unfortunately we've found workarounds only: use explicit `string` type instead of `object` where possible, split large files and process data chunk by chunk, process chunks in separate processes (e.g. multiprocessing) if possible. It makes things harder to implement, but works in our case (at least for now) -- 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]
