BlakeOrth commented on code in PR #19366:
URL: https://github.com/apache/datafusion/pull/19366#discussion_r2628818292


##########
docs/source/library-user-guide/upgrading.md:
##########
@@ -45,15 +45,23 @@ directly on the `Field`. For example:
 In prior versions, `ListingTableProvider` would issue `LIST` commands to
 the underlying object store each time it needed to list files for a query.
 To improve performance, `ListingTableProvider` now caches the results of
-`LIST` commands for the lifetime of the `ListingTableProvider` instance.
+`LIST` commands for the lifetime of the `ListingTableProvider` instance or
+until a cache entry expires.
 
 Note that by default the cache has no expiration time, so if files are added 
or removed
 from the underlying object store, the `ListingTableProvider` will not see
 those changes until the `ListingTableProvider` instance is dropped and 
recreated.
 
-You will be able to configure the maximum cache size and cache expiration time 
via a configuration option:
+You can configure the maximum cache size and cache entry expiration time via 
configuration options:
 
-See <https://github.com/apache/datafusion/issues/19056> for more details.
+`datafusion.runtime.list_files_cache_limit`

Review Comment:
   I added the technical "unit" and a quick explanation for both of these, but 
since the actual user input is a string that undergoes parsing (e.g. `"1m30s"`) 
I also linked out to the user guide to direct users to the more detailed 
information.



-- 
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]

Reply via email to