From 27aedc0ee525eaa5c9ffda350be85ab24ed895f2 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Mon, 3 Apr 2023 10:42:29 -0600 Subject: [PATCH] Expose substrait protoc feature --- datafusion/substrait/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 3a9dafc9c6036..3475f553fe454 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -36,3 +36,6 @@ object_store = "0.5.4" prost = "0.11" substrait = "0.6.0" tokio = "1.17" + +[features] +protoc = ["substrait/protoc"]