datafusion
datafusion copied to clipboard
Incorrect statistics read for struct array in parquet
Describe the bug
I found this while adding tests https://github.com/apache/datafusion/pull/10608. The statistics of struct array returns nothing
To Reproduce
See test_struct
in https://github.com/apache/datafusion/pull/10608
Expected behavior
Return some values for the statistics
Additional context
No response