Cargo Features

[dependencies]
deltalake-core = { version = "0.23.2", default-features = false, features = ["cdf", "datafusion", "datafusion-ext", "json", "python"] }
default = cdf

The cdf feature is set by default whenever deltalake-core is added without default-features = false somewhere in the dependency tree.

cdf default
datafusion datafusion-ext? = datafusion-common, datafusion-expr, datafusion-functions, datafusion-functions-aggregate, datafusion-physical-expr, datafusion-physical-plan, datafusion-proto, datafusion-sql

Enables datafusion

Affects data_catalog::storage, deltalake-core::delta_datafusion, logstore::LogStore.object_store_url, operations::constraints, operations::delete, operations::load_cdf, operations::merge, operations::update, operations::write, test_utils::datafusion

datafusion-ext = datafusion
json

Enables json of parquet ^53

parquet:

Enable JSON APIs

python

Enables pyarrow of arrow ^53

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

datafusion-expr datafusion?
datafusion-common datafusion?
datafusion-proto datafusion?
datafusion-sql datafusion?
datafusion-physical-expr datafusion?
datafusion-physical-plan datafusion?
datafusion-functions datafusion?
datafusion-functions-aggregate datafusion?