-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not converting CSV to Parquet in Windows #1
Comments
I never tried the code on Windows. Can you post the full stacktrace? |
Exception in thread "main" java.lang.NullPointerException |
I would try tweaking the paths in the source code (i.e., |
Hi,
I tried running this code in Linux and it creates Parquet file but on Windows machine it is not working and I am getting NullPointerException on following line in method
createDataset(String resourcePath, String filePath, Class<T> type).
return Datasets.create(format("dataset:file://%s", filePath), descriptor, type);
I think the problem is with file paths in windows. Any suggestions?
The text was updated successfully, but these errors were encountered: