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 2020/11/15 12:46:04 UTC

[arrow] branch master updated (5666dca -> 2d75751)

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.git.


    from 5666dca  ARROW-10079: [Rust] Benchmark and improve count bits
     add 2d75751  ARROW-9911: [Rust][DataFusion] SELECT <expression> with no FROM clause should produce a single row of output

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/context.rs        |  4 +-
 rust/datafusion/src/logical_plan/builder.rs     |  7 +++-
 rust/datafusion/src/logical_plan/plan.rs        |  4 +-
 rust/datafusion/src/optimizer/utils.rs          |  2 +-
 rust/datafusion/src/physical_plan/empty.rs      | 49 +++++++++++++++++++++----
 rust/datafusion/src/physical_plan/planner.rs    | 10 +++--
 rust/datafusion/src/physical_plan/projection.rs |  2 +-
 rust/datafusion/src/sql/planner.rs              |  2 +-
 rust/datafusion/tests/sql.rs                    | 19 ++++++++++
 9 files changed, 80 insertions(+), 19 deletions(-)