Cargo Features

datafusion-sqllogictest has no features set by default.

[dependencies]
datafusion-sqllogictest = { version = "44.0.0", features = ["avro", "postgres"] }
avro

Enables datafusion

Affects test_context::register_avro_tables

postgres = bytes, chrono, postgres-protocol, postgres-types, tokio-postgres

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.

bytes postgres?
chrono postgres?
postgres-protocol postgres?
postgres-types postgres?
tokio-postgres postgres?