Closed JstFlip closed 9 months ago
Hi @JstFlip! Could you plz attach such a sample file to make the testing easier?
Hi @JstFlip! Could you plz attach such a sample file to make the testing easier?
Yes of course. There you go (I was unable to upload parquet directly, had to zip it). example.zip
Thanks. Yes, it looks like a bug. I am going to have a look at it.
Making it exact would require a bigger change in the library which would go beyond the scope of a bugfix release.
Fix is released in 2.15.1
Thank you @mjakubowski84
Also I have some other (newbie) questions and I don't want to spam or open another Issue since it won't be some issue. Is there any way to contact you differently?
@JstFlip Before asking any questions, please check:
It is quite probable that someone already answered the question you want to ask. Otherwise... You may also start a discussion in the Github project (that might be the first one :) ). I prefer to keep communication public because the outcome might be useful for others.
I have a parquet that has a column which has decimal type column and looks like this
When I read the parquet using ParquetReader with the specified case class, I get the typed output, but the value doesn't seem to be Decimal anymore, but still has the BigDecimal type.
which returns this output and the values are missing "." and are basically a Long type:
Am I just missing something or is this a bug? Thanks