Skip to content

Consider publishing fatjar with relocated dependencies for notebooks environment #1093

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

Open
koperagen opened this issue Mar 11, 2025 · 0 comments
Labels
bug Something isn't working infrastructure GitHub actions, Gradle Scripts, Writerside, etc.

Comments

@koperagen
Copy link
Collaborator

It seems quite common when someone uses a project dependency, to have different versions of our dependencies on the classpath. Project dependencies are loaded before dataframe, so dataframe end up calling those versions and getting exceptions. BOMInputStream happened twice, and another case was CustomDoubleParser.
If we publish a fatjar with relocated dependencies, dataframe will always call them and get no exceptions

@Jolanrensen Jolanrensen added bug Something isn't working infrastructure GitHub actions, Gradle Scripts, Writerside, etc. labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure GitHub actions, Gradle Scripts, Writerside, etc.
Projects
None yet
Development

No branches or pull requests

2 participants