diff --git a/Cargo.toml b/Cargo.toml index e73f5ce7e..e2ccaacd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ configure_me_codegen = { version = "0.4.4" } datafusion = "37.0.0" datafusion-cli = "37.0.0" datafusion-proto = "37.0.0" -object_store = "0.9.0" +object_store = { version="0.9.1", features = [ "aws" ] } sqlparser = "0.44.0" tonic = { version = "0.11" } tonic-build = { version = "0.11", default-features = false, features = [ diff --git a/ballista/client/README.md b/ballista/client/README.md index 027093208..19dc14390 100644 --- a/ballista/client/README.md +++ b/ballista/client/README.md @@ -137,7 +137,7 @@ async fn main() -> Result<()> { The output should look similar to the following table. -```{r eval=FALSE} +```text +-----------------+--------------------------+--------------------------+--------------------------+--------------------------+ | passenger_count | MIN(?table?.fare_amount) | MAX(?table?.fare_amount) | AVG(?table?.fare_amount) | SUM(?table?.fare_amount) | +-----------------+--------------------------+--------------------------+--------------------------+--------------------------+ diff --git a/ballista/core/Cargo.toml b/ballista/core/Cargo.toml index 2dfdd630f..846fdf4a4 100644 --- a/ballista/core/Cargo.toml +++ b/ballista/core/Cargo.toml @@ -41,6 +41,8 @@ force_hash_collisions = ["datafusion/force_hash_collisions"] hdfs = ["datafusion-objectstore-hdfs/hdfs"] hdfs3 = ["datafusion-objectstore-hdfs/hdfs3"] s3 = ["object_store/aws"] +gcs = ["object_store/gcp"] +docsrs = [] [dependencies] ahash = { version = "0.8", default-features = false } diff --git a/ballista/core/src/serde/generated/ballista.rs b/ballista/core/src/serde/generated/ballista.rs index 13a17f7ec..50df950af 100644 --- a/ballista/core/src/serde/generated/ballista.rs +++ b/ballista/core/src/serde/generated/ballista.rs @@ -1,3 +1,4 @@ +// This file is @generated by prost-build. /// ///////////////////////////////////////////////////////////////////////////////////////////////// /// Ballista Physical Plan /// /////////////////////////////////////////////////////////////////////////////////////////////////