diff --git a/datafusion/physical-expr/Cargo.toml b/datafusion/physical-expr/Cargo.toml index 072defd679e5..df4f8c3c8315 100644 --- a/datafusion/physical-expr/Cargo.toml +++ b/datafusion/physical-expr/Cargo.toml @@ -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"