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
com.linkedin.avro.fastserde.Utils.inferCompileDependencies(String, String, Set) should be using ";" as a separator instead of ":" on windows when creating a classpath.
I think the correct field to use is: java.io.File.pathSeparatorChar / java.io.File.pathSeparator
The text was updated successfully, but these errors were encountered:
com.linkedin.avro.fastserde.Utils.inferCompileDependencies(String, String, Set) should be using ";" as a separator instead of ":" on windows when creating a classpath.
I think the correct field to use is: java.io.File.pathSeparatorChar / java.io.File.pathSeparator
The text was updated successfully, but these errors were encountered: