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.
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 as0.6733333333333332
.