alamb commented on issue #18953:
URL: https://github.com/apache/datafusion/issues/18953#issuecomment-3603805446

   I looked at the code a bit more, and I think the current setup means there 
is no global statistics cache (by default each table provider gets its own 
individual cache).
   
   I filed a ticket to track limiting the cache size and making one 
session-level cache here (basically following your example from the statistics 
cache): 
    - https://github.com/apache/datafusion/issues/19052
   
   I suspect once we did that then showing the contents of the cache will be 
much simpler


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