Skip to content
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

ARROW-9743: [R] Sanitize paths in open_dataset #7960

Closed
wants to merge 2 commits into from

Conversation

nealrichardson
Copy link
Member

@nealrichardson nealrichardson commented Aug 13, 2020

Fixes problem of path expansion (open_dataset("~/path") now works). Unfortunately, tests can only write to tmp, so I can't add a test that confirms this, but I did verify locally.

@nealrichardson nealrichardson changed the title ARROW-9651: [R] Sanitize paths in dataset functions ARROW-9743: [R] Sanitize paths in open_dataset Aug 14, 2020
@apache apache deleted a comment from github-actions bot Aug 14, 2020
@github-actions
Copy link

kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 17, 2020
Fixes problem of path expansion (`open_dataset("~/path")` now works). Unfortunately, tests can only write to tmp, so I can't add a test that confirms this, but I did verify locally.

Closes apache#7960 from nealrichardson/r-dataset-path

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
kszucs pushed a commit to kszucs/arrow that referenced this pull request Aug 17, 2020
Fixes problem of path expansion (`open_dataset("~/path")` now works). Unfortunately, tests can only write to tmp, so I can't add a test that confirms this, but I did verify locally.

Closes apache#7960 from nealrichardson/r-dataset-path

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
@nealrichardson nealrichardson deleted the r-dataset-path branch August 19, 2020 17:47
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Oct 16, 2020
Fixes problem of path expansion (`open_dataset("~/path")` now works). Unfortunately, tests can only write to tmp, so I can't add a test that confirms this, but I did verify locally.

Closes apache#7960 from nealrichardson/r-dataset-path

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Fixes problem of path expansion (`open_dataset("~/path")` now works). Unfortunately, tests can only write to tmp, so I can't add a test that confirms this, but I did verify locally.

Closes apache#7960 from nealrichardson/r-dataset-path

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant