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

Implement array_repeat, remove array_fill #7199

Merged
merged 3 commits into from
Aug 6, 2023
Merged

Implement array_repeat, remove array_fill #7199

merged 3 commits into from
Aug 6, 2023

Conversation

izveigor
Copy link
Contributor

@izveigor izveigor commented Aug 4, 2023

Which issue does this PR close?

Closes #7197

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Yes

Are there any user-facing changes?

Yes

@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Aug 4, 2023
@izveigor
Copy link
Contributor Author

izveigor commented Aug 4, 2023

@alamb @jayzhan211 I wonder if you review that change. Thanks!

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- thank you @izveigor

@alamb alamb merged commit fa1b21c into apache:main Aug 6, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate logical-expr Logical plan and expressions physical-expr Physical Expressions sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement array_repeat function
2 participants