tustvold commented on code in PR #5318:
URL: https://github.com/apache/arrow-rs/pull/5318#discussion_r1465582684


##########
arrow-json/src/writer.rs:
##########
@@ -481,6 +463,7 @@ fn set_column_for_json_rows(
 
 /// Converts an arrow [`RecordBatch`] into a `Vec` of Serde JSON
 /// [`JsonMap`]s (objects)
+#[deprecated(note = "Use Writer")]

Review Comment:
   I lumped the deprecation into this PR as moving the writer over to mainly 
not use this functionality means a reduction in our test coverage of it



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