DDtKey opened a new issue, #4875: URL: https://github.com/apache/arrow-datafusion/issues/4875
**Describe the bug** Attempt to select date-time `< 1678` causes a panic: ``` Error: Arrow error: External error: Arrow error: External error: Join Error caused by External error: task 46 panicked ``` **To Reproduce** File `inventions.csv`: ``` invented_at 1677-06-14T07:29:01.256 ``` SQL: ```sql SELECT d.invented_at as year FROM inventions d ORDER BY d.invented_at ``` **Expected behavior** It should return correct error or work correctly **Additional context** Add any other context about the problem here. -- 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]
