saikrishna1-bidgely commented on issue #6:
URL: https://github.com/apache/arrow-ballista/issues/6#issuecomment-1450852673
@ahmedriza I tried what you suggested. I built the scheduler and executor
with the s3 feature added to ballista-core dependency in cargo.toml. But I'm
getting the same error: `Error: DataFusionError(Execution("No object store
available for s3://ballista-test-bucket/temp.csv"))`. I'm running this on
Windows 10. Also, I'm running the code in another repo with this as cargo.toml:
```toml
[package]
name = "ballista-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at
https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ballista = "0.11.0"
datafusion = "18.0.0"
tokio = "1.0"
parquet = "29.0.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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]