You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/11/23 16:25:57 UTC

[arrow] branch master updated (94fed43 -> ca6e838)

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

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


    from 94fed43  ARROW-10699: [C++] Fix BitmapUInt64Reader on big endian
     add ca6e838  ARROW-10685: [Rust] [DataFusion] Added support for Join on filter-pushdown optimizer.

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/execution/dataframe_impl.rs   |   7 +-
 rust/datafusion/src/logical_plan/builder.rs       |   4 +-
 rust/datafusion/src/optimizer/filter_push_down.rs | 394 ++++++++++------------
 3 files changed, 177 insertions(+), 228 deletions(-)