Cargo Features

[dependencies]
datafusion-substrait = { version = "44.0.0", default-features = false, features = ["physical", "protoc"] }
default = physical

The physical feature is set by default whenever datafusion-substrait is added without default-features = false somewhere in the dependency tree.

physical default

Enables parquet of datafusion

Affects datafusion-substrait::physical_plan

protoc

Enables protoc of substrait ^0.50