Skip to content

Commit

Permalink
add arrow feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLi-cn committed Mar 22, 2024
1 parent 4e3243d commit ceba13d
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 @@ -48,7 +48,7 @@ unicode_expressions = ["unicode-segmentation"]
ahash = { version = "0.8", default-features = false, features = [
"runtime-rng",
] }
arrow = { workspace = true }
arrow = { workspace = true, features = ["test_utils"] }
arrow-array = { workspace = true }
arrow-buffer = { workspace = true }
arrow-ord = { workspace = true }
Expand Down

0 comments on commit ceba13d

Please sign in to comment.