Skip to content

Commit ee71d8d

Browse files
committed
chore: Memory scan log exec experiments
1 parent 2f8504b commit ee71d8d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

native/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ futures = { workspace = true }
4141
mimalloc = { version = "*", default-features = false, optional = true }
4242
tikv-jemallocator = { version = "0.6.1", optional = true, features = ["disable_initial_exec_tls"] }
4343
tikv-jemalloc-ctl = { version = "0.6.1", optional = true, features = ["disable_initial_exec_tls", "stats"] }
44+
tikv-jemalloc-sys = { version = "0.6.1", optional = true }
4445
tokio = { version = "1", features = ["rt-multi-thread"] }
4546
async-trait = { workspace = true }
4647
log = "0.4"
@@ -104,7 +105,7 @@ backtrace = ["datafusion/backtrace"]
104105
default = ["hdfs-opendal"]
105106
hdfs = ["datafusion-comet-objectstore-hdfs"]
106107
hdfs-opendal = ["opendal", "object_store_opendal", "hdfs-sys"]
107-
jemalloc = ["tikv-jemallocator", "tikv-jemalloc-ctl"]
108+
jemalloc = ["tikv-jemallocator", "tikv-jemalloc-ctl", "tikv-jemalloc-sys"]
108109

109110
# exclude optional packages from cargo machete verifications
110111
[package.metadata.cargo-machete]

0 commit comments

Comments
 (0)