ksuarez1423 commented on code in PR #13859:
URL: https://github.com/apache/arrow/pull/13859#discussion_r943952053
##########
cpp/examples/tutorial_examples/arrow_example.cc:
##########
@@ -0,0 +1,87 @@
+#include <arrow/api.h>
+
+#include <iostream>
+
+arrow::Status RunMain(int argc, char** argv) {
Review Comment:
I assume that if we put it all in a vector, we can return a Result object
and go from there. I'll try that out soon.
However, for this, I'm not certain we actually want to make sure it
resembles real code -- this is for on-boarding, rather than cookbooks or
anything like that. I think splitting it up removes some of the linear feeling
from the code, and I'd rather make it so this is very precise to read -- it
shouldn't be scrolling between methods, but looking at what was done directly
above the current code.
However, that may just be me, and I'm open to changing it.
--
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]