You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebrooks-8451 (via GitHub)" <gi...@apache.org> on 2023/04/27 13:47:24 UTC

[GitHub] [arrow-datafusion] kylebrooks-8451 commented on issue #4204: Cannot register table to represent multiple parquet files in S3 bucket

kylebrooks-8451 commented on issue #4204:
URL: https://github.com/apache/arrow-datafusion/issues/4204#issuecomment-1525726739

   > I found that adding a trailing `/` to the URL fixes this, so I will file a PR to add documentation
   
   In addition to documenting this, could we change the [`is_dir` logic in this code](https://github.com/apache/arrow-datafusion/blob/a38480951f40abce7ee2d5919251a1d1607f1dee/datafusion/core/src/datasource/listing/url.rs#L149) to detect if the path is a folder?
   
   I'm thinking that we could Try to list the path and catch a failure to test if it is a directory.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org