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 authored Nov 10, 2022
1 parent 456c254 commit 36890b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ unicode-segmentation = { version = "^1.7.1", optional = true }
uuid = { version = "^1.2", features = ["v4"] }

[dev-dependencies]
arrow = { version = "26.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
criterion = "0.4"
rand = "0.8"

Expand Down

0 comments on commit 36890b8

Please sign in to comment.