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 9867c48 ARROW-10413: [Rust] [Parquet] Unignore some tests that are
passing now
add 7e503af ARROW-10389: [Rust] [DataFusion] Make the custom source
implementation API more explicit
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/context.rs | 25 ++-
rust/datafusion/src/logical_plan/mod.rs | 31 +++-
.../src/optimizer/projection_push_down.rs | 4 +-
rust/datafusion/src/physical_plan/planner.rs | 27 +--
rust/datafusion/tests/dataframe.rs | 188 +++++++++++++++++++++
5 files changed, 252 insertions(+), 23 deletions(-)
create mode 100644 rust/datafusion/tests/dataframe.rs