westonpace commented on code in PR #13207: URL: https://github.com/apache/arrow/pull/13207#discussion_r886172548
########## docs/source/cpp/streaming_execution.rst: ########## @@ -35,20 +34,23 @@ For many complex computations, successive direct :ref:`invocation of compute functions <invoking-compute-functions>` is not feasible in either memory or computation time. Doing so causes all intermediate data to be fully materialized. To facilitate arbitrarily large inputs -and more efficient resource usage, Arrow also provides a streaming query -engine with which computations can be formulated and executed. +and more efficient resource usage, the Arrow C++ implementation also +provides Acero (pronounced AH-serr-oh), a streaming query engine with which computations can Review Comment: Let's keep it in the one spot so we have a single source of truth. Good catch. -- 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]
