We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deltalake python 0.19.2:
Python:
Environment:
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)
The text was updated successfully, but these errors were encountered:
@djouallah can you try this fix: #2861
Sorry, something went wrong.
sorry, i don't know how to test it ?
You will have to build your own wheel with that branch for your platform
hahaha, that will be a task for @RobinLin666 :)
Successfully merging a pull request may close this issue.
Environment
Deltalake python 0.19.2:
Python:
Environment:
this code works fine in 0.18.2
but does not work with 0.19.2
OSError: Generic LocalFileSystem error: Unable to rename file: Function not implemented (os error 38)
The text was updated successfully, but these errors were encountered: