Describe the bug
When reading a Date32 or Date64 column from a parquet file, DataFusion currently returns an Int32 array
To Reproduce
You can see the issue in #10537
test_dates_32_diff_rg_sizes
test_dates_64_diff_rg_sizes
Expected behavior
I expect a
- Date32 column to be read as
Date32Array
- Date64 column to be read as
Date64Array
Additional context
No response