antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 119 forks source link

Decimal types displayed with incorrect precision #242

Open rachied opened 1 year ago

rachied commented 1 year ago

Hello,

I've observed an issue with decimal values when using TAD to view Parquet files.

It appears that TAD is displaying these values with an extra and incorrect digit after the decimal point. For example, when inspecting a raw Parquet file using command-line tools, I see the value as 0.6733333333333333 - this is the correct and expected value. However, when viewing the same file with TAD, it displays as 0.6733333333333332.