Skip to content

feat: implement Unary Expr in substrait - #8534

Merged
alamb merged 1 commit into
apache:mainfrom
waynexia:substrait-unary-expr
Dec 15, 2023
Merged

feat: implement Unary Expr in substrait#8534
alamb merged 1 commit into
apache:mainfrom
waynexia:substrait-unary-expr

Conversation

@waynexia

Copy link
Copy Markdown
Member

Which issue does this PR close?

Part of #8149

Rationale for this change

This PR implements several unary-like Exprs:

  • Not
  • Negative
  • IsTrue
  • IsFalse
  • IsNotTrue
  • IsNotFalse
  • IsUnknown
  • IsNotUnknown

What changes are included in this PR?

As above

Are these changes tested?

I add roundtrip tests for every new expr

Are there any user-facing changes?

No

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
@github-actionsgithub-actionsBot added the substrait Changes to the substrait crate label Dec 14, 2023

@compheadcomphead left a comment

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.

lgtm thanks @waynexia

@alamb
alamb merged commit b71bec0 into apache:mainDec 15, 2023
@alamb

Copy link
Copy Markdown
Contributor

Thanks everyone!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

substraitChanges to the substrait crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@waynexia@alamb@comphead