Skip to content

Commit

Permalink
apacheGH-38847: [Documentation][C++] Explicitly note that compute is …
Browse files Browse the repository at this point in the history
…optional
  • Loading branch information
bkietz committed Aug 9, 2024
1 parent c537700 commit 8502619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/cpp/tutorials/compute_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Before continuing, make sure you have:

1. An Arrow installation, which you can set up here: :doc:`/cpp/build_system`

- Be sure that your arrow installation
:doc:`includes the compute kernels. </cpp/building.html#optional-components>`

2. An understanding of basic Arrow data structures from :doc:`/cpp/tutorials/basic_arrow`

Setup
Expand All @@ -50,7 +53,7 @@ Before running some computations, we need to fill in a couple gaps:

1. We need to include necessary headers.

2. ``A main()`` is needed to glue things together.
2. A ``main()`` is needed to glue things together.

3. We need data to play with.

Expand Down

0 comments on commit 8502619

Please sign in to comment.