jizezhang commented on issue #19055: URL: https://github.com/apache/datafusion/issues/19055#issuecomment-3658419268
Hi @BlakeOrth , it seems like currently `ListFilesCache` does not have a `list_entries` method. So for this change, as I understand, I would need to first add a `list_entries` method similar to that of `FileMetadataCache`, and then use it to populate a `ListFilesCacheTable` for table function `list_files_cache()`. Please let me know if that sounds correct. Thank you. -- 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]
