zabetak opened a new pull request #166:
URL: https://github.com/apache/calcite-avatica/pull/166


   Before this change running the tests prints a lot of messages to
   standard out cluttering useful output (testname, success, failure, etc.)
   and slowing down the build.
   
   1. Remove direct calls to System.out in tests; it is considered bad
   practice in general.
   2. Remove SPNEGO debug information by unsetting System properties; when
   necessary the developer can set them explicitly. Debug info shouldn't
   be always on especially on standard out.
   3. Use loggers instead of System.out to print useful info in production
   code.


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


Reply via email to