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

   The thing is, currently datafusion-objectstore-s3 already supports (some?) 
globbing...
   
   eg: when I a test in update s3.rs to use globbing instead of filename, it 
keeps working:
   
           let mut files = s3_file_system
               .list_file("data/alltypes_plain.sn*py.parquet")
               .await?;


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