Abdi-29 opened a new pull request, #5730: URL: https://github.com/apache/arrow-rs/pull/5730
# Which issue does this PR close? ## Closes #5581 # Rationale for this change ### This change improves the error message handling for timestamp queries outside the supported range in Datafusion. Currently, users receive confusing error messages about nanosecond overflow, which do not clearly explain the limitation of timestamp queries. This change enhances the user experience and reduces confusion by providing clearer guidance. # What changes are included in this PR? ### This PR updates the error message handling for timestamp queries to provide clearer guidance when timestamps fall outside the supported range. # Are there any user-facing changes? ### Users will receive more informative error messages when executing timestamp queries outside the supported range. -- 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]
