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

Port ArrayExcept to functions-array subcrate #9634

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Port ArrayExcept to functions-array subcrate #9634

merged 2 commits into from
Mar 18, 2024

Conversation

erenavsarogullari
Copy link
Member

Which issue does this PR close?

Closes #9633.

What changes are included in this PR?

This PR aims to do following changes in terms of Epic #9285:
ArrayExcept are ported to functions-array subcrate.

Are these changes tested?

Yes, all array.slt based ArrayExcept tests are passed.

Are there any user-facing changes?

No

@github-actions github-actions bot added logical-expr Logical plan and expressions physical-expr Physical Expressions labels Mar 16, 2024
}

fn return_type(&self, arg_types: &[DataType]) -> datafusion_common::Result<DataType> {
match &arg_types[0] {
Copy link
Contributor

Choose a reason for hiding this comment

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

The return type is mismatched with the previous one, and it is much more complex, any reason for this change?

Copy link
Member Author

Choose a reason for hiding this comment

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

@jayzhan211 Thanks for review. You' re right so we can sync with previous return_type

Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

@jayzhan211 jayzhan211 merged commit c072abb into apache:main Mar 18, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port ArrayExcept to functions-array subcrate
2 participants