lidavidm commented on code in PR #13859:
URL: https://github.com/apache/arrow/pull/13859#discussion_r943958157
##########
cpp/examples/tutorial_examples/arrow_example.cc:
##########
@@ -0,0 +1,90 @@
+#include <arrow/api.h>
+#include <arrow/result.h>
+#include <arrow/status.h>
+#include <arrow/table.h>
+
+#include <iostream>
+
+arrow::Status RunMain(int argc, char** argv) {
Review Comment:
Hmm, fair enough. I think calling it out once in the first tutorial and
pointing to API docs/cookbook works, then.
--
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]