BlakeOrth commented on issue #19055: URL: https://github.com/apache/datafusion/issues/19055#issuecomment-3661668104
> Hi [@BlakeOrth](https://github.com/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. @jizezhang Yes, this sounds right to me! A `list_entries` method wasn't written initially because we wouldn't have really had any use for it until something like this issue was implemented. -- 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]
