tustvold commented on code in PR #3718: URL: https://github.com/apache/arrow-rs/pull/3718#discussion_r1113117671
########## arrow-json/src/reader.rs: ########## @@ -582,6 +582,7 @@ where /// [`RawDecoder`]: crate::raw::RawDecoder /// [#3610]: https://github.com/apache/arrow-rs/issues/3610 #[derive(Debug)] +#[deprecated(note = "Use RawDecoder instead")] Review Comment: These are link shorthand, they don't get rendered, but are used to attach links to the text above.  -- 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]
