Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Error Message Handling for Timestamp Queries Outside Supported Range #1

Merged
merged 0 commits into from
May 6, 2024

Conversation

Abdi-29
Copy link
Owner

@Abdi-29 Abdi-29 commented May 6, 2024

Which issue does this PR close?

Closes apache#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.

@Abdi-29 Abdi-29 merged commit 7568178 into Abdi-29:enhance-timestamp-error-message May 6, 2024
1 check passed
@Abdi-29 Abdi-29 force-pushed the enhance-timestamp-error-message branch from 4cc559d to 4b65f4e Compare May 6, 2024 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant