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

Utils.inferCompileDependencies does not create a valid classpath on windows #386

Open
amuraco opened this issue Sep 19, 2022 · 0 comments
Open

Comments

@amuraco
Copy link

amuraco commented Sep 19, 2022

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

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

1 participant