Skip to content

Commit

Permalink
flight-sql-server: Add protoc as feature when building substrait depe…
Browse files Browse the repository at this point in the history
…ndency

According to substrait-rs documentation:
> In environments where no `protoc` is available the `protoc` feature can
> be enabled to build `protoc` from source:
  • Loading branch information
hozan23 committed Dec 22, 2024
1 parent 5c9c5ec commit 9d2f916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion-flight-sql-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ path = "src/lib.rs"
arrow-flight.workspace = true
arrow.workspace = true
datafusion-federation = { workspace = true, features = ["sql"] }
datafusion-substrait.workspace = true
datafusion-substrait = { workspace = true, features = ["protoc"] }
datafusion.workspace = true
futures.workspace = true
log = "0.4.22"
once_cell = "1.19.0"
prost = "0.13.1"
tonic.workspace = true
async-trait.workspace = true
async-trait.workspace = true

[dev-dependencies]
tokio.workspace = true
Expand Down

0 comments on commit 9d2f916

Please sign in to comment.