Randall Spears

Results 8 comments of Randall Spears

Hi, just wanted to chime in and say that I'm getting around this issue by calling `Serilog.Log.CloseAndFlush()`, deleting the file with `System.IO.File.Delete(file)` (after a `System.IO.File.Exists(file)` check), then recreating if I...

There's not much more to show. ``` schema = '''{ "name": "id", "type": "string", "nullable": false, "metadata": {} }''' storage = {"AWS...": "...", ...} table = DeltaTable.create(delta_table_s3_path, schema, mode='overwrite', storage_options=storage)...

This might have a similar problem as found in #2197 - which is essentially that it's unable to handle creating a new "folder" in s3.

@ion-elgreco See this comment https://github.com/delta-io/delta-rs/issues/2195#issuecomment-1955192136

@ion-elgreco I have not, I'm no longer working with delta-rs (this was over a month ago, and the most recent version at the time was `0.15.1`). I don't have time...

Changing the path seems to have fixed this. But it seems the writer cannot handle a non-existent AWS S3 prefix. So if you have the following bucket structure: Bucket: `bucket`...

I have the same issue. Exact same versions of everything. Exact same stack trace.

Im using the package from the community repository. Ill try the AUR package.