Skip to content

Commit

Permalink
MINOR: enable dyn_cmp_dict feature on arrow for physical expr crate
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical committed Nov 9, 2022
1 parent da76feb commit 462ff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ unicode_expressions = ["unicode-segmentation"]

[dependencies]
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
arrow = { version = "26.0.0", features = ["prettyprint"] }
arrow = { version = "26.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
arrow-buffer = "26.0.0"
arrow-schema = "26.0.0"
blake2 = { version = "^0.10.2", optional = true }
Expand Down

0 comments on commit 462ff0f

Please sign in to comment.