We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Fwiw, mapping a drive letter to the network location is a possible workaround (I understand it might not be applicable in all cases).
No branches or pull requests
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.
Perhaps paths on Windows network drives are not supported?
The text was updated successfully, but these errors were encountered: