-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Informative Error Message for LAG and LEAD functions #3963
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @mustafasrepo
…-ai/arrow-datafusion into feature/window_frame_lag # Conflicts: # datafusion/core/tests/sql/window.rs
…-ai/arrow-datafusion into feature/window_frame_lag # Conflicts: # datafusion/proto/src/generated/pbjson.rs
Benchmark runs are scheduled for baseline = c505739 and contender = 4b5d720. 4b5d720 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
* panic is changed to error for lag and lead functions * remove unnecessary changes * remove unnecessary changes
Which issue does this PR close?
Improves the #3830 .
Rationale for this change
We have added an error message (instead of panicking) to inform user.
What changes are included in this PR?
Test case reproducing the problem at #3830 is added.
Are there any user-facing changes?
N.A