-
Couldn't load subscription status.
- Fork 537
Closed
Labels
binding/pythonIssues for the Python packageIssues for the Python packagebugSomething isn't workingSomething isn't working
Milestone
Description
Environment
Delta-rs version: python 0.14.0
Environment:
- OS: Linux
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:
import pandas as pd
import deltalake
df = pd.DataFrame({"A": [1, 2]})
deltalake.write_deltalake("test", df)
Metadata
Metadata
Assignees
Labels
binding/pythonIssues for the Python packageIssues for the Python packagebugSomething isn't workingSomething isn't working