Generic OS Error when writing Delta on S3 bucket with rust engine #3217
Closed
montanarograziano
started this conversation in
General
Replies: 2 comments
-
The Rust Writer is a bit slower atm in terms of writing, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, that worked! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Delta-rs version: deltalake package version 0.24.0
Binding:
Environment: Python 3.10.0
Bug
What happened:
Probabily related to #2639.
I'm trying to create a Delta Table on a S3 bucket using write_deltalake but using rust as engine causes OSError source:error sending request for url. This doesn't happen when using pyarrow.
Here's a snippet of what I'm doing. In this case I'm trying to overwrite an existing delta (due to errors) processing it in chucks as it doesn't fit in memory.
And here's the exception:
What you expected to happen:
How to reproduce it:
More details:
Beta Was this translation helpful? Give feedback.
All reactions