Skip to content

Commit 74fc6f8

Browse files
authored
fix (#7946)
1 parent a9d66e2 commit 74fc6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ arrow-schema = { workspace = true }
3636
async-trait = "0.1.41"
3737
bytes = "1.4"
3838
dashmap = "5.4"
39-
datafusion = { path = "../datafusion/core" }
39+
datafusion = { path = "../datafusion/core", features = ["avro"] }
4040
datafusion-common = { path = "../datafusion/common" }
4141
datafusion-expr = { path = "../datafusion/expr" }
4242
datafusion-optimizer = { path = "../datafusion/optimizer" }

0 commit comments

Comments
 (0)