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

chore: Improve fuzz testing coverage #668

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

N/A

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@andygrove andygrove changed the title Improve fuzz testing coverage chore: Improve fuzz testing coverage Jul 15, 2024
@andygrove andygrove marked this pull request as ready for review July 16, 2024 13:16
val binaryArithmeticOps: Seq[String] = Seq("+", "-", "*", "/", "%", "&", "|", "^")
val binaryArithmeticOps: Seq[String] = Seq("+", "-", "*", "/", "%", "&", "|", "^", "<<", ">>")

val comparisonOps: Seq[String] = Seq("=", "<=>", ">", ">=", "<", "<=")
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI there is a known 0.0 != -0.0 issue apache/datafusion#11108

@andygrove andygrove merged commit a8ebd0b into apache:main Jul 17, 2024
75 of 76 checks passed
@andygrove andygrove deleted the more-fuzz-test branch July 17, 2024 11:34
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants