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

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


    from 5194fd5eb0 chore(deps): bump taiki-e/install-action from 2.65.13 to 
2.65.15 (#19676)
     add 0cf45cae9c Refactor cache APIs to support ordering information (#19597)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                         |   1 +
 datafusion-cli/src/functions.rs                    |   4 +-
 datafusion/catalog-listing/src/table.rs            |  53 ++-
 datafusion/datasource-parquet/src/metadata.rs      |  31 +-
 datafusion/datasource/src/url.rs                   |  39 +-
 datafusion/execution/Cargo.toml                    |   1 +
 datafusion/execution/src/cache/cache_manager.rs    | 176 ++++++-
 datafusion/execution/src/cache/cache_unit.rs       | 402 +++++++++++-----
 .../execution/src/cache/file_metadata_cache.rs     | 429 +++++++++--------
 datafusion/execution/src/cache/list_files_cache.rs | 509 +++++++--------------
 datafusion/execution/src/cache/mod.rs              |  47 +-
 11 files changed, 932 insertions(+), 760 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to