Skip to content

Commit 9715ea2

Browse files
committed
ci: fix cargo sql run example, use datafusion/avro feature instead of 'avro'
1 parent eb3a65b commit 9715ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
cargo test --no-default-features
113113
cargo run --example csv_sql
114114
cargo run --example parquet_sql
115-
cargo run --example avro_sql --features=avro
115+
cargo run --example avro_sql --features=datafusion/avro
116116
env:
117117
CARGO_HOME: "/github/home/.cargo"
118118
CARGO_TARGET_DIR: "/github/home/target"

0 commit comments

Comments
 (0)