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

nevime pushed a change to branch rust-parquet-arrow-writer
in repository https://gitbox.apache.org/repos/asf/arrow.git.


 discard 7afa648  ARROW-8423: [Rust] [Parquet] Serialize Arrow schema metadata
 discard ddaac0a  ARROW-8289: [Rust] Parquet Arrow writer with nested support
     add 59dbe54  ARROW-9785: [Python] Fix excessively slow S3 options test
     add d61c8a6  ARROW-9744: [Python] Fix build failure on aarch64
     add ae60bad  ARROW-9789: [C++] Don't install jemalloc in parallel
     add 197f903  ARROW-9619: [Rust] [DataFusion] Add predicate push-down
     add fa4b8d4  ARROW-9781: [C++] Fix valgrind uninitialized value warnings
     add 4db4859  ARROW-9670: [C++][FlightRPC] don't hang if Close and Read 
called simultaneously
     new 00b2b3b  ARROW-8289: [Rust] Parquet Arrow writer with nested support
     new 710cf41  ARROW-8423: [Rust] [Parquet] Serialize Arrow schema metadata

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7afa648)
            \
             N -- N -- N   refs/heads/rust-parquet-arrow-writer (710cf41)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cpp/cmake_modules/DefineOptions.cmake              |   3 +
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |   2 +-
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |   6 +-
 cpp/src/arrow/flight/client.cc                     |   4 +-
 cpp/src/plasma/store.cc                            |   2 +-
 python/CMakeLists.txt                              |   5 +
 python/pyarrow/tests/test_fs.py                    |   5 +-
 rust/datafusion/README.md                          |   2 +-
 rust/datafusion/src/execution/context.rs           |   5 +-
 rust/datafusion/src/logicalplan.rs                 |   9 +
 rust/datafusion/src/optimizer/filter_push_down.rs  | 631 +++++++++++++++++++++
 rust/datafusion/src/optimizer/mod.rs               |   1 +
 12 files changed, 665 insertions(+), 10 deletions(-)
 create mode 100644 rust/datafusion/src/optimizer/filter_push_down.rs

Reply via email to