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

CSVDataWriterUnitTest fails in JDK9+ #71

Closed
printsev opened this issue Nov 25, 2020 · 1 comment
Closed

CSVDataWriterUnitTest fails in JDK9+ #71

printsev opened this issue Nov 25, 2020 · 1 comment

Comments

@printsev
Copy link
Contributor

If we start using JDK9+, some tests would fail because "PM" and "AM" would be lowercase in UK locale (https://bugs.openjdk.java.net/browse/JDK-8211985 for details). So either we need to change the locale in SasFileReaderUnitTest to something else or need to make "AM" and "PM" lowercase in "date_formats.csv"

@MysterionRise
Copy link
Collaborator

@printsev exactly the problem i encountered during my tries to run Parso on JDK 14

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

2 participants