amoeba commented on code in PR #46180:
URL: https://github.com/apache/arrow/pull/46180#discussion_r2073892745


##########
docs/source/cpp/arrays.rst:
##########
@@ -57,6 +57,10 @@ example a ``std::vector``.  Instead, several strategies can 
be used:
   subclasses help building up array data incrementally, without having to
   deal with details of the Arrow format yourself.
 
+.. note:: For cases where performance isn't important such as examples or 
tests,
+          you may prefer to use the ``*FromJSON`` helpers which can create

Review Comment:
   Nice catch, thanks.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to