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 is [not] distinct from #1117

Merged
merged 2 commits into from
Oct 15, 2021
Merged

Conversation

Dandandan
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added datafusion Changes in the datafusion crate sql SQL Planner labels Oct 14, 2021
@Dandandan Dandandan marked this pull request as draft October 14, 2021 17:17
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.

Looking good 👍

datafusion/src/optimizer/common_subexpr_eliminate.rs Outdated Show resolved Hide resolved
@Dandandan Dandandan reopened this Oct 15, 2021
@Dandandan Dandandan marked this pull request as ready for review October 15, 2021 06:54
@Dandandan Dandandan changed the title [WIP] Implement is [not] distinct from Implement is [not] distinct from Oct 15, 2021
@Dandandan Dandandan requested a review from alamb October 15, 2021 08:33
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.

Looks great to me -- nice work @Dandandan !

fyi @xudong963

) -> Result<BooleanArray>
where
T: ArrowNumericType,
{
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 these look great

datafusion/tests/sql.rs Show resolved Hide resolved
@Dandandan Dandandan merged commit 81fae23 into apache:master Oct 15, 2021
@alamb
Copy link
Contributor

alamb commented Oct 15, 2021

🎉

@xudong963
Copy link
Member

@Dandandan Good job!👏

@houqp houqp added the enhancement New feature or request label Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate enhancement New feature or request sql SQL Planner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants