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

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from f9f40bf70 minor: fix clippy in nightly. (#5440)
     add 17b2f11b5 create new `datafusion-execution` crate, start splitting 
code out (#5432)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                         |  1 +
 datafusion-cli/Cargo.lock                          | 40 ++++++++++++----------
 datafusion/core/Cargo.toml                         |  1 +
 datafusion/core/src/execution/mod.rs               |  8 +++--
 datafusion/{row => execution}/Cargo.toml           | 17 +++++----
 .../execution => execution/src}/disk_manager.rs    |  3 +-
 {benchmarks => datafusion/execution}/src/lib.rs    |  4 ++-
 .../execution => execution/src}/memory_pool/mod.rs |  2 +-
 .../src}/memory_pool/pool.rs                       |  2 +-
 .../src}/memory_pool/proxy.rs                      |  0
 .../src/execution => execution/src}/registry.rs    |  2 +-
 dev/release/README.md                              |  1 +
 12 files changed, 45 insertions(+), 36 deletions(-)
 copy datafusion/{row => execution}/Cargo.toml (80%)
 rename datafusion/{core/src/execution => execution/src}/disk_manager.rs (99%)
 copy {benchmarks => datafusion/execution}/src/lib.rs (92%)
 rename datafusion/{core/src/execution => execution/src}/memory_pool/mod.rs 
(99%)
 rename datafusion/{core/src/execution => execution/src}/memory_pool/pool.rs 
(99%)
 rename datafusion/{core/src/execution => execution/src}/memory_pool/proxy.rs 
(100%)
 rename datafusion/{core/src/execution => execution/src}/registry.rs (97%)

Reply via email to