westonpace commented on code in PR #13741:
URL: https://github.com/apache/arrow/pull/13741#discussion_r933510986


##########
cpp/src/arrow/compute/exec.h:
##########
@@ -174,6 +174,10 @@ class ARROW_EXPORT SelectionVector {
 /// TODO: Datum uses arrow/util/variant.h which may be a bit heavier-weight
 /// than is desirable for this class. Microbenchmarks would help determine for
 /// sure. See ARROW-8928.
+
+/// \addtogroup execnode-components

Review Comment:
   This looks like a new group.  You need to add a defgroup 
[here](https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/api.h) 
if you want this to work correctly.
   
   Are you able to build these changes locally to test?



-- 
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]

Reply via email to