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 f2150dd commit 4b81358Copy full SHA for 4b81358
datafusion/physical-plan/Cargo.toml
@@ -44,6 +44,7 @@ name = "datafusion_physical_plan"
44
45
[dependencies]
46
ahash = { workspace = true }
47
+arc-swap = "1.7.1"
48
arrow = { workspace = true }
49
arrow-ord = { workspace = true }
50
arrow-schema = { workspace = true }
@@ -66,7 +67,6 @@ log = { workspace = true }
66
67
parking_lot = { workspace = true }
68
pin-project-lite = "^0.2.7"
69
tokio = { workspace = true }
-arc-swap = "1.7.1"
70
71
[dev-dependencies]
72
criterion = { workspace = true, features = ["async_futures"] }
0 commit comments