Skip to content
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

writing to blobfuse has stopped working in 0.19.2 #2860

Closed
djouallah opened this issue Sep 8, 2024 · 4 comments · Fixed by #2861
Closed

writing to blobfuse has stopped working in 0.19.2 #2860

djouallah opened this issue Sep 8, 2024 · 4 comments · Fixed by #2861
Labels
bug Something isn't working

Comments

@djouallah
Copy link

djouallah commented Sep 8, 2024

Environment

Deltalake python 0.19.2:

Python:

Environment:

  • Fabric Onelake:

this code works fine in 0.18.2

import pandas as pd 
from deltalake.writer import write_deltalake
df =pd.DataFrame({'x':[1,2,4]})
write_deltalake("/lakehouse/default/Files/dbo/test",df,mode="append",engine ='rust',storage_options={"allow_unsafe_rename":"true"})

but does not work with 0.19.2

OSError: Generic LocalFileSystem error: Unable to rename file: Function not implemented (os error 38)

@ion-elgreco
Copy link
Collaborator

@djouallah can you try this fix: #2861

@djouallah
Copy link
Author

sorry, i don't know how to test it ?

@ion-elgreco
Copy link
Collaborator

sorry, i don't know how to test it ?

You will have to build your own wheel with that branch for your platform

@djouallah
Copy link
Author

hahaha, that will be a task for @RobinLin666 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants