egolearner commented on code in PR #47227: URL: https://github.com/apache/arrow/pull/47227#discussion_r2257609775
########## cpp/examples/arrow/execution_plan_documentation_examples.cc: ########## @@ -827,12 +827,17 @@ enum ExampleMode { int main(int argc, char** argv) { if (argc < 3) { // Fake success for CI purposes. + std::cout << "Usage: " << argv[0] << " base_save_path mode" << std::endl; Review Comment: Not required. Although it's more friendly to print usage information if no arguments are provided. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org