Re: [I] CI failure on Datafusion extended tests / cargo test hash collisions (amd64) (push) [datafusion]
alamb closed issue #16378: CI failure on Datafusion extended tests / cargo test hash collisions (amd64) (push) URL: https://github.com/apache/datafusion/issues/16378 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] CI failure on Datafusion extended tests / cargo test hash collisions (amd64) (push) [datafusion]
alamb commented on issue #16378: URL: https://github.com/apache/datafusion/issues/16378#issuecomment-2964559250 Here is a proposed fix: - https://github.com/apache/datafusion/pull/16382 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] CI failure on Datafusion extended tests / cargo test hash collisions (amd64) (push) [datafusion]
alamb commented on issue #16378: URL: https://github.com/apache/datafusion/issues/16378#issuecomment-2964510793 I think the problem is that prior to https://github.com/apache/datafusion/pull/16300 we wouldn't actually fetch the credential provider until it was needed, which it is not for these tests. I'll just figure out some way to turn off trying to get the credentials from the environment -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] CI failure on Datafusion extended tests / cargo test hash collisions (amd64) (push) [datafusion]
alamb commented on issue #16378:
URL: https://github.com/apache/datafusion/issues/16378#issuecomment-2964249245
After adding more information in
https://github.com/apache/datafusion/pull/16379 , we get:
```
exec::tests::copy_to_external_object_store_test stdout
Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials
from provider: an error occurred while loading credentials: failed to load IMDS
session token" })
catalog::tests::query_s3_location_test stdout
Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials
from provider: an error occurred while loading credentials: failed to load IMDS
session token" })
object_storage::tests::s3_object_store_builder_default stdout
Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials
from provider: an error occurred while loading credentials: failed to load IMDS
session token" })
```
Googling around suggests delta hit the same thing (@ion-elgreco in fact, a
friend of DataFusion!)
- https://github.com/delta-io/delta-rs/pull/2817
We can probably do something similar
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
