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

   In summary, I agree with the ObjectStore semantics being sufficient.
   
   I also do want to point out that globbing is nothing more than making the 
suffix filter more powerful (instead of matching against a static suffix (eg: 
.parquet) it allows matching against a pattern).
   
       /// Calls `list_file` with a suffix filter
       async fn list_file_with_suffix(
           &self,
           prefix: &str,
           suffix: &str,
       ) -> 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