GH-51013: [C++] Replace RapidJSON in JSON test utilities - #51014
Merged
Merged
Conversation
Reranko05
force-pushed
the
gh-35460-tests
branch
from
August 26, 2026 23:04
932f311 to
8ed2513
Compare
Reranko05
marked this pull request as ready for review
August 27, 2026 12:19
pitrou
reviewed
Aug 27, 2026
Reranko05
force-pushed
the
gh-35460-tests
branch
from
September 7, 2026 04:00
1d4aa67 to
b008578
Compare
Reranko05
force-pushed
the
gh-35460-tests
branch
from
September 7, 2026 04:32
b008578 to
7d391d2
Compare
Reranko05
force-pushed
the
gh-35460-tests
branch
from
September 7, 2026 05:18
e3c7376 to
91923b0
Compare
Reranko05
force-pushed
the
gh-35460-tests
branch
from
September 7, 2026 05:47
91923b0 to
4155b6c
Compare
Reranko05
force-pushed
the
gh-35460-tests
branch
from
September 7, 2026 13:55
cf2afcd to
f7d4ee3
Compare
Reranko05
force-pushed
the
gh-35460-tests
branch
from
September 7, 2026 14:13
f7d4ee3 to
1c9d675
Compare
Collaborator
Author
|
@pitrou Could you review this when you have time. (CI failures seem unrelated) |
Collaborator
Author
|
@pitrou, I have made the dicussed changes. (CI failures doesnt seem related) |
pitrou
reviewed
Sep 8, 2026
pitrou
approved these changes
Sep 8, 2026
pitrou
left a comment
Member
There was a problem hiding this comment.
+1, thanks for doing this work @Reranko05 !
Member
|
@github-actions crossbow submit -g cpp |
|
Revision: 259feaf Submitted crossbow builds: ursacomputing/crossbow @ actions-f8a3b2cdad |
Collaborator
Author
|
@pitrou Thanks for the review! |
Member
|
CI failures are unrelated, I'll merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
This PR continues the simdjson migration by replacing RapidJSON usage in the C++ JSON test and testing utilities with simdjson and Arrow's existing
JsonWriter.Changes
rapidjson::WriterandStringBufferusage in JSON test utilities withJsonWriter.fractured_json_string().TensorFromJSON()with simdjson's DOM API.TensorFromJSON()with strides and dimension names.arrow::simdjson.