jonkeane commented on code in PR #13207: URL: https://github.com/apache/arrow/pull/13207#discussion_r885938591
########## 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: ```suggestion provides Acero, a streaming query engine with which computations can ``` I think we only need the pronunciation in the overview, but if we do want it here we should copy what's up there too -- 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]
