Commit 2f4a443 1 parent 1ac65de commit 2f4a443 Copy full SHA for 2f4a443
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,10 @@ datafusion-expr = { version = "46" }
81
81
datafusion-physical-expr = { version = " 46" }
82
82
datafusion-physical-plan = { version = " 46" }
83
83
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
+ ] }
85
88
dyn-hash = " 0.2.0"
86
89
enum-iterator = " 2.0.0"
87
90
exponential-decay-histogram = " =0.1.13"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ vortex-dtype = { workspace = true }
25
25
vortex-error = { workspace = true }
26
26
27
27
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
28
- duckdb = { workspace = true , features = [ " vtab-full " , " bundled " ] }
28
+ duckdb = { workspace = true }
29
29
30
30
[dev-dependencies ]
31
31
You can’t perform that action at this time.
0 commit comments