From 36890b835ee8b969bbdc1c0800006b36002552af Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 10 Nov 2022 22:36:33 +0300 Subject: [PATCH] MINOR: enable `dyn_cmp_dict` feature on arrow for physical expr crate (#4163) --- datafusion/physical-expr/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"