Skip to content

Commit

Permalink
fix (#7946)
Browse files Browse the repository at this point in the history
  • Loading branch information
haohuaijin authored Oct 27, 2023
1 parent a9d66e2 commit 74fc6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ arrow-schema = { workspace = true }
async-trait = "0.1.41"
bytes = "1.4"
dashmap = "5.4"
datafusion = { path = "../datafusion/core" }
datafusion = { path = "../datafusion/core", features = ["avro"] }
datafusion-common = { path = "../datafusion/common" }
datafusion-expr = { path = "../datafusion/expr" }
datafusion-optimizer = { path = "../datafusion/optimizer" }
Expand Down

0 comments on commit 74fc6f8

Please sign in to comment.