-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add generate_series
tests for arrays
#11921
Conversation
47e0579
to
4eb7c29
Compare
generate_series
tests for arrays
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.
LGTM! I'll check out these tests relative to my PR, but if/when you wanna merge, I can rebase too.
[1989-04-01, 1990-04-01, 1991-04-01, 1992-04-01] | ||
|
||
|
||
# https://github.com/apache/datafusion/issues/11922 |
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.
👍
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.
lgtm thanks @alamb
Which issue does this PR close?
Part of #11823
Part of #11922
Rationale for this change
While reviewing #11907 from @tshauck I didn't see any tests for running generate_series with actual input arrays, the current tests only handled constants
What changes are included in this PR?
Add tests for
generate_series
with columnsAre these changes tested?
Only tests
Are there any user-facing changes?