Cargo Features

ballista-core has no features set by default.

[dependencies]
ballista-core = { version = "0.12.0", features = ["azure", "force_hash_collisions", "hdfs", "hdfs3", "s3"] }
azure

Enables azure of object_store ^0.9.0

force_hash_collisions

Used for testing ONLY: causes all values to hash to the same value (test for collisions)

Enables force_hash_collisions of datafusion ^35.0.0

hdfs

Used to enable hdfs to be registered in the ObjectStoreRegistry by default

Enables hdfs of datafusion-objectstore-hdfs

hdfs3

Enables hdfs3 of datafusion-objectstore-hdfs

s3

Enables aws of object_store ^0.9.0

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-objectstore-hdfs hdfs? hdfs3?