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 2021/11/04 15:13:22 UTC

[arrow-datafusion] branch master updated (fcaa812 -> 8f1d533)

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

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


    from fcaa812  Improve avro reader performance by avoiding some cloning on avro_rs::Value (#1206)
     add 8f1d533  Fix `between` in select query (#1202)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/logical_plan/expr.rs     | 25 ++++++++++++++---
 datafusion/src/physical_plan/planner.rs | 25 ++++++++++++++---
 datafusion/tests/sql.rs                 | 48 +++++++++++++++++++++++++++++++++
 3 files changed, 90 insertions(+), 8 deletions(-)