dongjoon-hyun commented on a change in pull request #1067: URL: https://github.com/apache/orc/pull/1067#discussion_r829419393
########## File path: c++/src/io/OutputStream.cc ########## @@ -96,6 +96,9 @@ namespace orc { dataBuffer->resize(0); return dataSize; } + void BufferedOutputStream::suppress() { Review comment: Could you add an empty line before this? -- 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: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org