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

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


The following commit(s) were added to refs/heads/master by this push:
     new 41a2d2dfe Document dyn_cmp_dict (#2624)
41a2d2dfe is described below

commit 41a2d2dfe50fee5207863ba953919a6136b6fd02
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Sep 1 17:07:30 2022 +0100

    Document dyn_cmp_dict (#2624)
---
 arrow/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arrow/README.md b/arrow/README.md
index bf30f4599..d43f5769c 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -53,6 +53,7 @@ The `arrow` crate provides the following features which may 
be enabled in your `
 - `chrono-tz` - support of parsing timezone using 
[chrono-tz](https://docs.rs/chrono-tz/0.6.0/chrono_tz/)
 - `ffi` - bindings for the Arrow C [C Data 
Interface](https://arrow.apache.org/docs/format/CDataInterface.html)
 - `pyarrow` - bindings for pyo3 to call arrow-rs from python
+- `dyn_cmp_dict` - enables comparison of dictionary arrays within dyn 
comparison kernels
 
 ## Arrow Feature Status
 

Reply via email to