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

ParquetSchemaResolver test fails on recent JVMs #328

Closed
i10416 opened this issue Dec 27, 2023 · 1 comment
Closed

ParquetSchemaResolver test fails on recent JVMs #328

i10416 opened this issue Dec 27, 2023 · 1 comment

Comments

@i10416
Copy link
Contributor

i10416 commented Dec 27, 2023

A test ParquetSchemaResolver should use default schema name when processing a class that JVM treats as malformed fails when it runs on recent JDKs.

ParquetSchemaResolver should use default schema name when processing a class that JVM treats as malformed 
- "[com.github.mjakubowski84.parquet4s.ParquetSchemaResolverSpec.Malformed$.Clazz]" was not equal to "[parquet4s_schema]"

Recent JVM does not regard the given class as malformed here

.

@mjakubowski84
Copy link
Owner

Yes, this test is for JDK8. Parquet4s is built by JDK8 (yes, lots of people still use JDK8), so the test checks this case. Check https://github.com/mjakubowski84/parquet4s/blob/master/.java-version

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