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

[arrow] branch master updated (219b0dc -> e6e8839)

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

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


    from 219b0dc  ARROW-10493: [C++][Parquet] Fix offset lost in MaybeReplaceValidity
     add e6e8839  ARROW-10547: [Rust][DataFusion] Do not lose Filters with UserDefined plan nodes

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/optimizer/filter_push_down.rs | 63 ++++++++++++++++--
 rust/datafusion/src/test/mod.rs                   |  1 +
 rust/datafusion/src/test/user_defined.rs          | 78 +++++++++++++++++++++++
 3 files changed, 137 insertions(+), 5 deletions(-)
 create mode 100644 rust/datafusion/src/test/user_defined.rs