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 199cf06d20 chore(deps): bump insta from 1.43.2 to 1.44.3 (#19327)
     add 79cfe8e921 Add runtime config options for `list_files_cache_limit` and 
`list_files_cache_ttl` (#19108)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/execution/context/mod.rs       | 70 +++++++++++++++-
 datafusion/core/tests/sql/runtime_config.rs        | 92 ++++++++++++++++++++++
 datafusion/execution/src/cache/cache_manager.rs    | 23 ++++--
 datafusion/execution/src/cache/list_files_cache.rs | 13 ++-
 datafusion/execution/src/runtime_env.rs            | 38 ++++++++-
 .../sqllogictest/test_files/information_schema.slt |  4 +
 .../sqllogictest/test_files/set_variable.slt       | 14 ++++
 docs/source/user-guide/configs.md                  |  2 +
 8 files changed, 247 insertions(+), 9 deletions(-)


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

Reply via email to