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

DataFrame.read doesn't work when called in shadow jar #705

Open
koperagen opened this issue May 24, 2024 · 0 comments
Open

DataFrame.read doesn't work when called in shadow jar #705

koperagen opened this issue May 24, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@koperagen
Copy link
Collaborator

I tried to build shadow jar with dataframe dependency.
It throws an exception in runtime in this line

DataFrame.read(''....csv')

Exception is that it couldn't guess format, tried [ArrowFeather] and that's all. So it seems that ServiceLoader can't locate other formats

@koperagen koperagen added the bug Something isn't working label May 24, 2024
@koperagen koperagen added this to the Backlog milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant