-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
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
Overwrite mode does not work with Azure #939
Comments
Thanks for the detailed report! I was able to reproduce the second error message on a linux machine. The first error message is on fact quite confusing. After trying a bit it seems this is mostly occuring when we have a large number of write actions running and for some reason some client instances of the underlying reqwest library client are dropped before they reported back being done with the operation.. there are some open issues out there in the tokio / hyper work related to this. In essence this needs a bit more investigating and also "should" not be special to azure. THen again I may be on the wrong track,... will keep investigating. |
Hello @dennyglee 👋, Thanks for your report!
Looking at the first error, it seems that the I will fix this in a new PR. |
Awesome, thanks! |
Oh, right @wjones127, it's here 👍 |
@fvaleye do you then provide storage account key? |
@fvaleye ok, I understand this shall work:
|
is index causing problem? Although, should not the table be created when table does not exist? |
was the missing link :) |
@0xdarkman @dennyglee - 0.6.4 hopefully fixed this ... you you verify? |
I just tested this with 0.6.4 but there is an issue with the dict seeing duplicates of Per the comment above, I tested it by removing the |
Sorry, the fix for that was in #912 but didn't make it in time for 0.6.4. |
Environment
Delta-rs version: v0.6.3
Binding: Python 3.9.12
Environment:
Bug
What happened:
When using overwrite mode locally this works but when using it with Azure storage, there is a nondescript error.
What you expected to happen:
When enabling overwrite mode, the table should be overwritten.
How to reproduce it:
results in this error:
Update: When running the same code snippet from Azure VM using Ubuntu 20.04, I get the following error:
More details:
Note, if you run this locally this works as expected
The text was updated successfully, but these errors were encountered: