You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/06/08 10:06:00 UTC

[arrow] branch master updated (804fc65 -> 38041df)

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

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


    from 804fc65  ARROW-9059: [Rust] Fix sign in array slice_data_docstring
     add 38041df  ARROW-9057: [Rust][Datafusion] Fix projection on in memory scan

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/record_batch.rs                     |   8 +-
 rust/datafusion/src/execution/context.rs           | 108 ++++++++++++++++++++-
 .../src/optimizer/projection_push_down.rs          |   3 +-
 rust/datafusion/src/optimizer/utils.rs             |   3 +-
 4 files changed, 115 insertions(+), 7 deletions(-)