dongjoon-hyun commented on a change in pull request #1008:
URL: https://github.com/apache/orc/pull/1008#discussion_r782559014



##########
File path: c++/test/TestDecompression.cc
##########
@@ -669,6 +669,11 @@ namespace orc {
       buf[2] = static_cast<char>(compressedSize >> 15);
     }
 
+    void writeUnCompressedHeader(size_t compressedSize) {

Review comment:
       According to the Apache ORC convention, could you rename 
`writeUnCompressedHeader` to `writeUncompressedHeader` ?




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