We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dda64 commit c63ad5cCopy full SHA for c63ad5c
datafusion/core/Cargo.toml
@@ -90,7 +90,7 @@ pin-project-lite = "^0.2.7"
90
rand = { workspace = true }
91
sqlparser = { workspace = true }
92
tempfile = { workspace = true }
93
-tokio = { workspace = true , feature = ["rt-multi-thread", "parking_lot"] }
+tokio = { workspace = true, feature = ["rt-multi-thread", "parking_lot"] }
94
tokio-util = { version = "0.7.4", features = ["io"], optional = true }
95
url = { workspace = true }
96
uuid = { version = "1.0", features = ["v4"] }
0 commit comments