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 1d5d63c413 Feat: Allow pow with negative & non-integer exponent on 
decimals (#19369)
     add e6049de5a7 Make default ListingFilesCache table scoped (#19616)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/src/functions.rs                    |  23 +-
 datafusion-cli/src/main.rs                         |  31 --
 datafusion/catalog-listing/src/table.rs            |   7 +-
 .../core/src/datasource/listing_table_factory.rs   |   7 +-
 datafusion/core/src/execution/context/mod.rs       |   7 +-
 datafusion/datasource/src/url.rs                   |  49 ++-
 datafusion/execution/src/cache/cache_manager.rs    |   8 +-
 datafusion/execution/src/cache/list_files_cache.rs | 469 +++++++++++++++------
 datafusion/execution/src/cache/mod.rs              |   1 +
 docs/source/user-guide/cli/functions.md            |  56 ++-
 10 files changed, 474 insertions(+), 184 deletions(-)


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

Reply via email to