This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 900f6fe ARROW-10889: [Rust] [Proposal] Add guidelines about usage of
`unsafe`
add d65ba4e ARROW-10844: [Rust] [DataFusion] Allow joins after a table
registration
No new revisions were added by this update.
Summary of changes:
rust/datafusion/benches/sort_limit_query_sql.rs | 2 +-
rust/datafusion/src/dataframe.rs | 2 +-
rust/datafusion/src/execution/context.rs | 94 +++++++---
rust/datafusion/src/execution/dataframe_impl.rs | 14 +-
rust/datafusion/src/logical_plan/registry.rs | 6 +-
.../tests/{dataframe.rs => custom_sources.rs} | 6 +-
rust/datafusion/tests/dataframe.rs | 208 +++++----------------
7 files changed, 127 insertions(+), 205 deletions(-)
copy rust/datafusion/tests/{dataframe.rs => custom_sources.rs} (97%)