-
Notifications
You must be signed in to change notification settings - Fork 33
Azure Gen2 broken on latest #320
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
Comments
Here are the diff between the two releases: |
I am afraid I no longer have access to an Azure setup and so no way to debug this, however, my guess would be some change in the headers passed to the signing process stemming from adding the HttpClient abstraction. Most likely either Host or Content-Length. I think the key questions would be:
|
I did a bit of manual bisecting of any commits that touched |
I looked up that commit and it is apache/arrow-rs@b4b7fd5b7b03b551 , which came from |
I'm looking into it, hopefully I'll have something by end of day. |
Getting ready for the [datafusion 47 release](apache/datafusion#15072). ## Current issues - [x] apache/datafusion#15072 - [x] duckdb-rs depends on arrow 54, opened a PR to fix - duckdb/duckdb-rs#496. - [ ] object-store 0.12 has a regression on Azure, not sure what's the priority here but shouldn't be too hard to find the root cause if we care. apache/arrow-rs-object-store#320
Describe the bug
I've been investigating some Vortex queries on Azure Blob Store Gen2. I've created a simple storage account, populated some files, and was just trying to list the bucket on 0.12
Cargo.toml:
main.rs
On 0.12 this results in an error:
However, if I forcibly pin to 0.11.2, it works
The text was updated successfully, but these errors were encountered: