Skip to content

Commit 14bf656

Browse files
committed
Resolve segfault in datafusion-python 54 with pyarrow 24
1 parent 236f78f commit 14bf656

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ serde_json = { workspace = true }
5959
uuid = { workspace = true, features = ["v4"] }
6060
mimalloc = { workspace = true, optional = true, features = [
6161
"local_dynamic_tls",
62+
# Pin to mimalloc v2 until apache/datafusion-python#1607 resolves.
63+
"v2",
6264
] }
6365
async-trait = { workspace = true }
6466
futures = { workspace = true }

0 commit comments

Comments
 (0)