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

Support for INT64 timestamps via import of implicits #281

Closed mjakubowski84 closed 1 year ago

carlpayne commented 1 year ago

@mjakubowski84 would it please be possible to get a tag/release with this fix? I'm having issues with INT96 timestamps that this should resolve. Thanks!

marcinaylien commented 1 year ago

@carlpayne I will do it on Sunday/Monday

mjakubowski84 commented 1 year ago

@carlpayne Released with https://github.com/mjakubowski84/parquet4s/releases/tag/v2.7.0

carlpayne commented 1 year ago

Thanks @mjakubowski84!