We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7eead2 commit 81dc5cbCopy full SHA for 81dc5cb
datafusion/physical-plan/Cargo.toml
@@ -63,3 +63,4 @@ uuid = { version = "^1.2", features = ["v4"] }
63
[dev-dependencies]
64
rstest = { workspace = true }
65
termtree = "0.4.1"
66
+tokio = { version = "1.28", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }
0 commit comments