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

Fix tilde expansion in filenames #1140

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

etiennebacher
Copy link
Collaborator

Close #1085

Add path expansion for all $write_, $sink_, $read_ and $scan_ functions. Still draft because I don't know how to test since the ~ expansion will necessarily depend on the file structure of the system on which it runs (I think). @eitsupi any ideas about this?

@eitsupi
Copy link
Collaborator

eitsupi commented Jun 10, 2024

Are you sure this is the right solution?

@etiennebacher
Copy link
Collaborator Author

Probably not for scan/read functions, not sure for write/sink functions. Asked here: pola-rs/polars#16869

@etiennebacher etiennebacher marked this pull request as draft June 12, 2024 20:25
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.

File not found in write_ and read_ functions when filepath contains tilde
2 participants