sprig commented on issue #474: URL: https://github.com/apache/arrow-julia/issues/474#issuecomment-2086886538
Can confirm the same issue that @stuartthomas25 identified. My quite obvious workaround is to write the table to a temporary file and then overwrite the original. However, julia `mv` and undocumented `Base.rename` aren't guaranteed to be atomic so I wonder what happens to existing views as the file is overwritten. -- 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]
