Open
Description
Describe the bug
When reading parquet files with truncated stats datafusion will report the min/max as exact even though metadata in the file indicates that min/max has been truncated
To Reproduce
Create a parquet file with truncated statistics, read the file, the statistics on the table are Exact
Expected behavior
The statistic should be Absent or Inexact
Additional context
No response