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

Windows network path support? #166

Open
eitsupi opened this issue Jan 11, 2023 · 2 comments
Open

Windows network path support? #166

eitsupi opened this issue Jan 11, 2023 · 2 comments

Comments

@eitsupi
Copy link

eitsupi commented Jan 11, 2023

Hello. Sorry if this was not the proper place to submit this issue.

I tried to read a Parquet dataset on a network drive using Parquet2.jl, but it did not work.

using FilePathsBase
using Parquet2: Dataset

ds = Dataset("//path/to/file")

Perhaps paths on Windows network drives are not supported?

@rofinn
Copy link
Owner

rofinn commented Feb 9, 2023

Yeah, there's an open MR to support UNC paths. I don't use windows regularly, so you might want to comment on this MR #12

@DrChainsaw
Copy link

Fwiw, mapping a drive letter to the network location is a possible workaround (I understand it might not be applicable in all cases).

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

No branches or pull requests

3 participants