Rafferty97 commented on PR #9494: URL: https://github.com/apache/arrow-rs/pull/9494#issuecomment-4123352545
@alamb This one's ready for review again :) I've removed `bumpalo` and just used `Arc`s instead. I've also cleaned up the use of lazy locks and added comments where appropriate. If you're concerned about the removal of the scalar-to-array coercion logic, I can add it back in, but I think it's better not to unless we plan to implement that coercion logic in the JSON reader itself. -- 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]
