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

Enable read Dataset from any interface implementing file methods #150

Open
altre opened this issue May 17, 2021 · 1 comment
Open

Enable read Dataset from any interface implementing file methods #150

altre opened this issue May 17, 2021 · 1 comment

Comments

@altre
Copy link
Contributor

altre commented May 17, 2021

Currently this fails when trying to read from HDFS using Elly with "No such file or directory":

using Elly
using Parquet
dfs = HDFSClient()
path = "/tmp/dataset/"
read_parquet(HDFSFile(dfs, path))

The (first) problem seems to be that Dataset converts any "path" argument to string.

@calebwin
Copy link

calebwin commented Jun 4, 2021

Related issue: #145

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

2 participants