You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/25 16:22:39 UTC

[GitHub] [arrow-julia] TanookiToad commented on issue #336: Invalid argument error

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org