Re: [I] Azure Gen2 broken on latest [arrow-rs-object-store]
crepererum closed issue #320: Azure Gen2 broken on latest URL: https://github.com/apache/arrow-rs-object-store/issues/320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Azure Gen2 broken on latest [arrow-rs-object-store]
AdamGS commented on issue #320: URL: https://github.com/apache/arrow-rs-object-store/issues/320#issuecomment-2805886275 I'm looking into it, hopefully I'll have something by end of day. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Azure Gen2 broken on latest [arrow-rs-object-store]
alamb commented on issue #320: URL: https://github.com/apache/arrow-rs-object-store/issues/320#issuecomment-2792263618 > I did a bit of manual bisecting of any commits that touched `src/azure`, commit `b4b7fd5b7b03b551` seems to be the first one that fails the test in OP. Haven't dug into the changeset yet I looked up that commit and it is https://github.com/apache/arrow-rs/commit/b4b7fd5b7b03b551 , which came from - https://github.com/apache/arrow-rs/pull/7183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Azure Gen2 broken on latest [arrow-rs-object-store]
a10y commented on issue #320: URL: https://github.com/apache/arrow-rs-object-store/issues/320#issuecomment-2790459893 I did a bit of manual bisecting of any commits that touched `src/azure`, commit `b4b7fd5b7b03b551` seems to be the first one that touched `src/azure` logic that fails the test in OP. Haven't dug into the changeset yet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Azure Gen2 broken on latest [arrow-rs-object-store]
tustvold commented on issue #320: URL: https://github.com/apache/arrow-rs-object-store/issues/320#issuecomment-2785678004 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Azure Gen2 broken on latest [arrow-rs-object-store]
alamb commented on issue #320: URL: https://github.com/apache/arrow-rs-object-store/issues/320#issuecomment-2775393107 Here are the diff between the two releases: - https://github.com/apache/arrow-rs/compare/object_store_0.11.2...object_store_0.12.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org