alamb commented on PR #18747:
URL: https://github.com/apache/datafusion/pull/18747#issuecomment-3568002620
I tried it out locally
```shell
(venv) andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ cargo run
--example external_dependency -- dataframe_to_s3
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
Running `target/debug/examples/external_dependency dataframe_to_s3`
thread 'main' (45830553) panicked at
datafusion-examples/examples/external_dependency/dataframe_to_s3.rs:51:59:
called `Result::unwrap()` on an `Err` value: NotPresent
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
(venv) andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ cargo run
--example external_dependency -- query_aws_s3
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
Running `target/debug/examples/external_dependency query_aws_s3`
thread 'main' (45831058) panicked at
datafusion-examples/examples/external_dependency/query_aws_s3.rs:45:59:
called `Result::unwrap()` on an `Err` value: NotPresent
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
I think the failures are due to the fact I don't have AWS seetup
--
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]