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/08/11 21:03:56 UTC

[GitHub] [arrow] ksuarez1423 commented on a diff in pull request #13859: ARROW-17377: [C++][Docs] Adds tutorial for basic Arrow, file access, compute, and datasets

ksuarez1423 commented on code in PR #13859:
URL: https://github.com/apache/arrow/pull/13859#discussion_r943938204


##########
cpp/examples/tutorial_examples/CMakeLists.txt:
##########
@@ -0,0 +1,20 @@
+project(MyExample)
+set(CMAKE_CXX_STANDARD 11)

Review Comment:
   I didn't actually see it in the CMakeFiles -- I'm guessing it gets checked in CI, but not built by the user unless done very intentionally?



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