We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3a65b commit 9715ea2Copy full SHA for 9715ea2
.github/workflows/rust.yml
@@ -112,7 +112,7 @@ jobs:
112
cargo test --no-default-features
113
cargo run --example csv_sql
114
cargo run --example parquet_sql
115
- cargo run --example avro_sql --features=avro
+ cargo run --example avro_sql --features=datafusion/avro
116
env:
117
CARGO_HOME: "/github/home/.cargo"
118
CARGO_TARGET_DIR: "/github/home/target"
0 commit comments