-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Arrow URI FileSystem backed instance to retrieve remote files #7709
Use Arrow URI FileSystem backed instance to retrieve remote files #7709
Conversation
…uri filesystem reference
Could someone please label this PR as [WIP]? I do not have the permissions to do so. |
Can you convert the PR to a draft using a link on the right hand side? |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #7709 +/- ##
===============================================
Coverage ? 82.91%
===============================================
Files ? 110
Lines ? 18094
Branches ? 0
===============================================
Hits ? 15002
Misses ? 3092
Partials ? 0 Continue to review full report at Codecov.
|
@jdye64 what is the status of this PR? Should it still target 21.06? |
rerun tests |
1 similar comment
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @jdye64! Couple of comments regarding tests.
a35e0b2
to
119f98b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall.
@gpucibot merge |
rerun tests |
1 similar comment
rerun tests |
Arrow offers an API that allows for users to provide a uri definition for target files. This PR will use that api and create a new
arrow_io_source
constructor to accept that information from the user and then create the appropriate FileSystem instance and configure it for access to that file.This closes: #7475