alamb opened a new issue, #10587: URL: https://github.com/apache/datafusion/issues/10587
### 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 https://github.com/apache/datafusion/pull/10537 test_dates_32_diff_rg_sizes ### Expected behavior I expect a 1. Date32 column to be read as `Date32Array` 2. Date64 column to be read as `Date64Array` ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
