delamarch3 commented on code in PR #19108: URL: https://github.com/apache/datafusion/pull/19108#discussion_r2594770562
########## datafusion/sqllogictest/test_files/set_variable.slt: ########## @@ -411,6 +423,8 @@ datafusion.runtime.metadata_cache_limit 200M query T SELECT name FROM information_schema.df_settings WHERE name LIKE 'datafusion.runtime.%' ORDER BY name ---- +datafusion.runtime.list_files_cache_limit +datafusion.runtime.list_files_cache_ttl Review Comment: The values for these will not update after running `SET`, unless the runtime has been configured with a `ListFilesCache` (it's `None` by default, so there is nothing to update) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
