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 4fe330a ARROW-6678: [C++][Parquet] Binary data stored in Parquet
metadata must be base64-encoded to be UTF-8 compliant
add 7f2d637 ARROW-6089: [Rust] [DataFusion] Implement physical plan for
"selection" operator
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/context.rs | 54 +++++-
rust/datafusion/src/execution/physical_plan/mod.rs | 1 +
.../src/execution/physical_plan/selection.rs | 184 +++++++++++++++++++++
3 files changed, 234 insertions(+), 5 deletions(-)
create mode 100644 rust/datafusion/src/execution/physical_plan/selection.rs