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

   @pitrou I gave `iterate_many()` more that a few attempts, but I am running 
into semantic differences with the previous RapidJSON implementation, 
especially around stopping after a complete value when it is followed by a 
partial or malformed value. At this point, I think manually finding the 
boundary of the first complete object/array and then validating that slice with 
simdjson may be simpler and closer to the existing behavior. Do you think that 
would be a reasonable approach?


-- 
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