Skip to content

OSError : Unable to walk dir: IO error for operation on folder/_delta_log #1952

@Matthieusalor

Description

@Matthieusalor

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

No one assigned

    Labels

    binding/pythonIssues for the Python packagebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions