-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError : Unable to walk dir: IO error for operation on folder/_delta_log #1952
Comments
Does it work if you do write_deltalake(engine="rust")? |
No It fails both at write_deltalake_rust and write_deltlake_pyarrow with the same error depending on the engine parameter |
I cannot reproduce this issue in WSL. |
I am also unable to reproduce this on a Linux/amd64 machine:
@Matthieusalor can you share more details about your filesystem? I am wondering if there's some nuance about the specific filesystem or architecture of your environment that could be causing this issue? |
@rtyler Im facing exact same issue on Machine Learning Studio. |
I also have the same issue from Azure Machine Learning |
It's an issue on the shared network drive in Azure ML compute instances which is mounted using CIFS. If you write to the local HDD of the machine (~/localfiles) or /mnt, it works. Unfortunately localfiles is only a few 10s of GB of space and mnt in temporary and gets deleted every time an instance shuts down. |
did you solved your issue ? I've the same problem with a mounted volume in azure file share |
Hey, I am having a similar issue (the target storage is a SAMBA mount) when calling
|
Hiya folks! This seems to be a Windows-y type issue, and I don't have access to a Windowsy host. Would one of you kind folks try this out with v0.22.2 and report back? |
I encounter a similar issue with azure file share: #3053 (comment) also with v0.22.3 |
All of you are using mounted storage, to be able to write mounted storage you need to enable unsafe renames with |
Environment
Delta-rs version: python 0.14.0
Environment:
Bug
What happened:
When trying to create a new delta table with the latest python version I'm systematically getting an error
OSError : Generic LocalFilesystem Unable to walk dir: IO error for operation on folder/_delta_log: Success (os error 0)
At this stage, the table folder has been created, the data is here, only the _delta_log folder is missing.
I tried to create a table with the latest rust version 0.16.5 and haven't been able to reproduce.
The python code used to work on the 0.13.0 version
How to reproduce it:
The text was updated successfully, but these errors were encountered: