You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/23 15:21:47 UTC

[GitHub] [arrow] wjones127 commented on a diff in pull request #13207: ARROW-16626: [C++] Name the C++ streaming execution engine

wjones127 commented on code in PR #13207:
URL: https://github.com/apache/arrow/pull/13207#discussion_r879568931


##########
docs/source/cpp/overview.rst:
##########
@@ -66,6 +66,9 @@ reference.
 **Kernels** are specialized computation functions running in a loop over a
 given set of datums representing input and output parameters to the functions.
 
+**Acero** is a streaming execution engine that allows computation to be expressed

Review Comment:
   ```suggestion
   **Acero** (pronounced AH-serr-oh) is a streaming execution engine that allows computation to be expressed
   ```



##########
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, a streaming query engine with which computations can

Review Comment:
   ```suggestion
   provides Acero (pronounced AH-serr-oh), a streaming query engine with which computations can
   ```



-- 
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-unsubscribe@arrow.apache.org

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