GH-50913: [C++][Dataset] Replace RapidJSON with JsonWriter - #50914
Open
Reranko05 wants to merge 1 commit into
Open
GH-50913: [C++][Dataset] Replace RapidJSON with JsonWriter#50914Reranko05 wants to merge 1 commit into
Reranko05 wants to merge 1 commit into
Conversation
Reranko05
force-pushed
the
gh-35460-dataset
branch
from
August 19, 2026 19:33
69ed795 to
9f9907c
Compare
Reranko05
marked this pull request as ready for review
August 19, 2026 19:51
Member
|
Can we fix the Meson job failure as a separated task to test Meson related changes in this PR before we proceed this PR? https://github.com/apache/arrow/actions/runs/32293675583/job/96201011745?pr=50914#step:6:1103 |
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 RapidJSON → simdjson migration by replacing the remaining RapidJSON usage in the Dataset JSON test with Arrow's existing
JsonWriter.Changes
rapidjson::Writerandrapidjson::OStreamWrapperwitharrow::json::JsonWriter.SizeTypeusage with theJsonWriterinterface.Fixes: #50913