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 a9d66e2 commit 74fc6f8Copy full SHA for 74fc6f8
datafusion-examples/Cargo.toml
@@ -36,7 +36,7 @@ arrow-schema = { workspace = true }
36
async-trait = "0.1.41"
37
bytes = "1.4"
38
dashmap = "5.4"
39
-datafusion = { path = "../datafusion/core" }
+datafusion = { path = "../datafusion/core", features = ["avro"] }
40
datafusion-common = { path = "../datafusion/common" }
41
datafusion-expr = { path = "../datafusion/expr" }
42
datafusion-optimizer = { path = "../datafusion/optimizer" }
0 commit comments