Skip to content

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 Changes to the physical-expr crates 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
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 Changes to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Port ArrayExcept to functions-array subcrate

2 participants