Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Sep 2, 2024
1 parent 8077e73 commit 0614a4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion ballista/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
+-----------------+--------------------------+--------------------------+--------------------------+--------------------------+
Expand Down
2 changes: 2 additions & 0 deletions ballista/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
1 change: 1 addition & 0 deletions ballista/core/src/serde/generated/ballista.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// This file is @generated by prost-build.
/// /////////////////////////////////////////////////////////////////////////////////////////////////
/// Ballista Physical Plan
/// /////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 0614a4e

Please sign in to comment.