-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ppc64le - fix geoindex/TestS2GeometryIndexBasic failure #84441
Conversation
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I have added a few people who may be able to assist in reviewing:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
i'm not sure this fix changes the operation; at least, it looks like CI linter thinks not either.
(schema change test is a flake) |
Platforms like ppc64le and aarch64, use "fused multiply and add" (FMA) instruction that results into rounding differences. The go specification suggests using explicit type conversion to avoid those differences. |
you'll probably need to add to this to suppress the linter. cockroach/pkg/testutils/lint/lint_test.go Line 2151 in e9ee218
please also add a comment about what you just said |
If you can point to some document/example to get me started, it'll be helpful. |
Related cockroachdb#82456 Release note: None
cc3da16
to
00734a8
Compare
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded: |
Related #82456
Release note: None