This is an automated email from the ASF dual-hosted git repository. nevime pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git.
from b89d192 ARROW-9917: [Python][Compute] Bindings for mode kernel add 9ea2409 ARROW-9919: [Rust][DataFusion] Speedup math operations by 15%+ No new revisions were added by this update. Summary of changes: rust/arrow/src/array/mod.rs | 2 +- rust/datafusion/Cargo.toml | 4 + rust/datafusion/benches/math_query_sql.rs | 100 +++++++++++++++++++++ .../src/physical_plan/math_expressions.rs | 33 ++++--- 4 files changed, 124 insertions(+), 15 deletions(-) create mode 100644 rust/datafusion/benches/math_query_sql.rs