mjakubowski84 / parquet4s

Read and write Parquet in Scala. Use Scala classes as schema. No need to start a cluster.
https://mjakubowski84.github.io/parquet4s/
MIT License
283 stars 65 forks source link

Possible to use this in java ? #269

Closed leryss closed 2 years ago

leryss commented 2 years ago

Hard to find a library that doesnt require a hadoop cluster, can I use this somehow in Java?

mjakubowski84 commented 2 years ago

Theoretically you could use version for Scala3 but still it would be very hard due to many type classes in API.

So my answer is no, do not use in Java.