Reranko05 commented on PR #50781:
URL: https://github.com/apache/arrow/pull/50781#issuecomment-5169139787

   Thanks @rok, `reset()` + `raw_json()` fixed the iteration issue.
   
   However, one test still fails because `raw_json()` preserves the original 
formatting (e.g. `{"key0": "value0"}`), whereas the previous RapidJSON `Writer` 
minified it to `{"key0":"value0"}`. `LogicalType::Equals()` compares the CRS 
string literally.
   
   Would you prefer keeping the previous compact formatting or preserving the 
original JSON formatting?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to