Skip to content

Commit 2f4a443

Browse files
committed
wip
1 parent 1ac65de commit 2f4a443

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ datafusion-expr = { version = "46" }
8181
datafusion-physical-expr = { version = "46" }
8282
datafusion-physical-plan = { version = "46" }
8383
divan = { package = "codspeed-divan-compat", version = "2.8.0" }
84-
duckdb = { path = "duckdb-vortex/duckdb-rs/crates/duckdb" }
84+
duckdb = { path = "duckdb-vortex/duckdb-rs/crates/duckdb", features = [
85+
"vtab-full",
86+
"bundled",
87+
] }
8588
dyn-hash = "0.2.0"
8689
enum-iterator = "2.0.0"
8790
exponential-decay-histogram = "=0.1.13"

vortex-duckdb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ vortex-dtype = { workspace = true }
2525
vortex-error = { workspace = true }
2626

2727
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
28-
duckdb = { workspace = true, features = ["vtab-full", "bundled"] }
28+
duckdb = { workspace = true }
2929

3030
[dev-dependencies]
3131

0 commit comments

Comments
 (0)