Skip to content

Commit 50594d4

Browse files
authored
Make sure all encodings are enabled for DF (#5720)
Its already enabled for benchmarks because `vortex-duckdb` makes sure to enable it, but if a user only pulls DF they won't get all the encodings unless they all pull `vortex` with the feature. Signed-off-by: Adam Gutglick <[email protected]>
1 parent 86ce8cd commit 50594d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object_store = { workspace = true }
3636
tokio = { workspace = true, features = ["rt-multi-thread", "fs"] }
3737
tokio-stream = { workspace = true }
3838
tracing = { workspace = true, features = ["std", "attributes"] }
39-
vortex = { workspace = true, features = ["object_store", "tokio"] }
39+
vortex = { workspace = true, features = ["object_store", "tokio", "files"] }
4040
vortex-utils = { workspace = true, features = ["dashmap"] }
4141

4242
[dev-dependencies]

0 commit comments

Comments
 (0)