You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 13:06:15 UTC

[GitHub] [arrow] ArianaVillegas commented on pull request #12625: ARROW-15587: [C++] Add support for all options specified by substrait::ReadRel::LocalFiles::FileOrFiles

ArianaVillegas commented on PR #12625:
URL: https://github.com/apache/arrow/pull/12625#issuecomment-1103910294

   Local file systems such as Linux and Windows supports globing natively. I'm not sure how we can move it to client side, it'll be great if you can give some insights about that. And about filesystems APIs, the biggest change is that I remove the recursive flag because now FileSelector has a Selector Type, so SelectorType equal Directory or Glob and max_recursicion greater than 0 means recursive. @pitrou 


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