-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
build(simdjson): Add CMake option to skip utf8 validation #12165
build(simdjson): Add CMake option to skip utf8 validation #12165
Conversation
✅ Deploy Preview for meta-velox canceled.
|
@majetideepak @rui-mo Could you help to review? Thanks! |
@assignUser Could you help to review? Thanks! |
@xiaoxmeng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
@marin-ma there is a py/spark CI failure and is it related? thanks!
@xiaoxmeng I don't think this failure is related. This patch doesn't change the default build options. Is it possible to trigger.a re-run? Thanks! |
@xiaoxmeng merged this pull request in a837ebd. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Add VELOX_SIMDJSON_SKIPUTF8VALIDATION CMake option to do this.
Discussed in #10639 (comment)