TanookiToad commented on issue #336: URL: https://github.com/apache/arrow-julia/issues/336#issuecomment-1327674749
I forgot to ```copy``` the mmapped table in my sample code. As @jeremiedb mentioned, you can overwrite the loaded arrow file on Linux if it's copied, but the same code will raise an error on Windows. A temporary workaround from [JuliaData/CSV.jl#170](https://github.com/JuliaData/CSV.jl/issues/170#issuecomment-365259677) is to use ```GC.gc()``` before saving it. -- 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]
