wjones127 opened a new pull request, #2467:
URL: https://github.com/apache/arrow-datafusion/pull/2467

   # Which issue does this PR close?
   
   Closes #2466.
   
    # Rationale for this change
   
   Simply implementing this for localfs. I don't know of any other ObjectStore 
that does implement this yet (it's also left as TODO for S3 and HDFS), but it 
seems like it will be useful.
   
   # What changes are included in this PR?
   
   * Adds implementation of `list_dir()` for `LocalFileSystem`, with associated 
tests.
   * Adds a convenience function `path_to_str()` which was helpful internally, 
but I also added to public API since it's likely helpful for users as well.
   
   # Are there any user-facing changes?
   
   All user-facing changes are new functionality; nothing breaks existing 
functionality.
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


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