Skip to content

ARROW-9990: [Rust] [DataFusion] Fixed the NOT operator#8183

Closed
jorgecarleitao wants to merge 3 commits intoapache:masterfrom
jorgecarleitao:fix_not
Closed

ARROW-9990: [Rust] [DataFusion] Fixed the NOT operator#8183
jorgecarleitao wants to merge 3 commits intoapache:masterfrom
jorgecarleitao:fix_not

Conversation

@jorgecarleitao
Copy link
Copy Markdown
Member

@jorgecarleitao jorgecarleitao commented Sep 14, 2020

This PR is built on top of #8182

This PR fixes the operator NOT, that currently cannot be logically planned. It was also an operator that was considered a Binary, even though it accepts only a single argument.

@github-actions
Copy link
Copy Markdown

@jhorstmann
Copy link
Copy Markdown
Contributor

LGTM

Copy link
Copy Markdown
Contributor

@paddyhoran paddyhoran left a comment

Choose a reason for hiding this comment

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

LGTM

@andygrove andygrove closed this in 6b3df45 Sep 17, 2020
right: Box::new(self.sql_to_rex(&right, &schema)?),
})
}
Ok(Expr::BinaryExpr {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

nevi-me pushed a commit that referenced this pull request Sep 23, 2020
Needs to be rebased after #8183 is merged

Closes #8204 from jhorstmann/ARROW-10016-implement-is-null-kernels

Authored-by: Jörn Horstmann <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
@jorgecarleitao jorgecarleitao deleted the fix_not branch October 28, 2020 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants