-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47946: [C++][Parquet] Fix Simd inclusion paths #47952
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
Conversation
|
|
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.
|
@github-actions crossbow submit -g cpp |
|
Revision: 14b0387 Submitted crossbow builds: ursacomputing/crossbow @ actions-2b86389ef5 |
Co-authored-by: Antoine Pitrou <[email protected]>
|
Sorry, there is a lint failure that needs fixing after my suggestion :( |
pitrou
left a comment
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.
+1, thank you!
raulcd
left a comment
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.
Thanks for the quick fix @AntoinePrv
|
CI failures are unrelated. |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 00245cc. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Fix build with `ARROW_SIMD_LEVEL=NONE` and `ARROW_RUNTIME_SIMD_LEVEL` set to something else than `NONE`. ### Are these changes tested? Locally. Adding a CI test case with `ARROW_SIMD_LEVEL=NONE` may prove useful in preventing further regressions. ### Are there any user-facing changes? No * GitHub Issue: apache#47946 Lead-authored-by: AntoinePrv <[email protected]> Co-authored-by: Antoine Prouvost <[email protected]> Co-authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Rationale for this change
Fix build with
ARROW_SIMD_LEVEL=NONEandARROW_RUNTIME_SIMD_LEVELset to something else thanNONE.Are these changes tested?
Locally. Adding a CI test case with
ARROW_SIMD_LEVEL=NONEmay prove useful in preventing further regressions.Are there any user-facing changes?
No