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 66 forks source link

chore(core): use extends AnyVal for wrapper class #330

Closed i10416 closed 9 months ago

i10416 commented 9 months ago

Path seems a thin wrapper for hs.Path. I think it is better to extends AnyVal. Is there any reason not to do that?

Refs