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 PartialOrd for ScalarValue #838

Merged
merged 3 commits into from
Aug 8, 2021
Merged

Conversation

viirya
Copy link
Member

@viirya viirya commented Aug 8, 2021

Which issue does this PR close?

Closes #.

Rationale for this change

Making it possible to compare ScalaValue. It is for better code reuse. Otherwise the users of ScalaValue might need to compare ScalaValue manually in their code.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the datafusion Changes in the datafusion crate label Aug 8, 2021
@viirya
Copy link
Member Author

viirya commented Aug 8, 2021

cc @houqp @Dandandan

Copy link
Contributor

@Dandandan Dandandan left a comment

Choose a reason for hiding this comment

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

Thanks @viirya

Copy link
Member

@houqp houqp left a comment

Choose a reason for hiding this comment

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

Thank you @viirya !

datafusion/src/scalar.rs Show resolved Hide resolved
@houqp houqp added the enhancement New feature or request label Aug 8, 2021
Copy link
Member

@houqp houqp left a comment

Choose a reason for hiding this comment

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

LGTM

@houqp houqp merged commit 4ddd2f5 into apache:master Aug 8, 2021
@viirya
Copy link
Member Author

viirya commented Aug 9, 2021

Thanks @Dandandan @houqp !

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants