You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/11/10 19:36:38 UTC

[arrow-datafusion] branch master updated: MINOR: enable `dyn_cmp_dict` feature on arrow for physical expr crate (#4163)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 36890b835 MINOR: enable `dyn_cmp_dict` feature on arrow for physical expr crate (#4163)
36890b835 is described below

commit 36890b835ee8b969bbdc1c0800006b36002552af
Author: Batuhan Taskaya <is...@gmail.com>
AuthorDate: Thu Nov 10 22:36:33 2022 +0300

    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 072defd67..df4f8c3c8 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"