dhruv9vats edited a comment on pull request #11663:
URL: https://github.com/apache/arrow/pull/11663#issuecomment-965542750


   Haven't altered conditional print statements, like for example, at 
[json_integration_test.cc#L86](https://github.com/apache/arrow/blob/master/cpp/src/arrow/testing/json_integration_test.cc#L86)
 like:
   ```cpp
   if (FLAGS_verbose) {
       std::cout << "Found schema:\n"
                 << reader->schema()->ToString(/* show_metadata = */ true) << 
std::endl;
     }
   ```
   
   @westonpace 


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


Reply via email to