vibhatha commented on a change in pull request #12590:
URL: https://github.com/apache/arrow/pull/12590#discussion_r839186689



##########
File path: cpp/examples/arrow/CMakeLists.txt
##########
@@ -133,4 +133,11 @@ if(ARROW_PARQUET AND ARROW_DATASET)
 
   add_arrow_example(join_example EXTRA_LINK_LIBS ${DATASET_EXAMPLES_LINK_LIBS})
   add_dependencies(join-example parquet)
+
+  add_arrow_example(udf_example EXTRA_LINK_LIBS ${DATASET_EXAMPLES_LINK_LIBS})
+  add_dependencies(udf-example parquet)
+
+  add_arrow_example(aggregate_example EXTRA_LINK_LIBS 
${DATASET_EXAMPLES_LINK_LIBS})
+  add_dependencies(aggregate-example parquet)

Review comment:
       For udf one it is not needed, you're correct. I also removed the 
aggregate example from this PR. 




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