timvw commented on issue #2445:
URL: 
https://github.com/apache/arrow-datafusion/issues/2445#issuecomment-1120114668

   The most flexible signature of that method would be:
   
   /// Calls `list_file` with a suffix filter
   async fn list_file_with_suffix(
       &self,
       prefix: &str,
       suffix_filter: fn(&str) -> bool,
   ) -> Result<FileMetaStream>


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

Reply via email to