You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: