Abdi-29 opened a new issue, #5581:
URL: https://github.com/apache/arrow-rs/issues/5581

   **Describe the bug**
   When executing a query with a timestamp outside the supported range in the 
arrow cast, users receive a confusing error message about nanosecond overflow. 
This error message does not clearly explain the limitation of timestamp queries 
in Datafusion, confusing users.
   
   **To Reproduce**
   1. Execute a query with a timestamp outside the supported range (e.g., 
SELECT * FROM t WHERE a < '1650-01-01 01:01:01'::timestamp).
   
   **Expected behaviour**
   I expected to receive a clear error message that explains the limitation of 
timestamp queries in Datafusion (1677 to 2262) and suggests using timestamps 
within this range.
   
   **Additional context**
   This issue affects users who query timestamps outside the supported range in 
the arrow-cast. Improving the error message handling to provide clearer 
guidance would enhance user experience and reduce confusion.
   


-- 
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]

Reply via email to