[bugfix](jsonb) fix jsonb parser crash on noavx2 host#18977
[bugfix](jsonb) fix jsonb parser crash on noavx2 host#18977morningman merged 3 commits intoapache:masterfrom
Conversation
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
TeamCity pipeline, clickbench performance test result: |
46a7379 to
9638996
Compare
|
run buildall |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
e8f8379 to
9123dfc
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
support avx2 and noavx2 for jsonb parser using __AVX2__ macro.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
support avx2 and noavx2 for jsonb parser using __AVX2__ macro.
support avx2 and noavx2 for jsonb parser using __AVX2__ macro.
…pache#19454) support avx2 and noavx2 for jsonb parser using __AVX2__ macro.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
…#18977)" This reverts commit c6ea8cdb84f668b7c2461a16de533eec7962d874.
Proposed changes
Issue Number: close #xxx
Problem summary
support avx2 and noavx2 for jsonb parser using
__AVX2__macro.Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...