taklwu commented on a change in pull request #2800: URL: https://github.com/apache/hbase/pull/2800#discussion_r552321656
########## File path: hbase-common/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileContext.java ########## @@ -138,6 +138,10 @@ public boolean isCompressedOrEncrypted() { return compressAlgo; } + public void setCompression(Compression.Algorithm compressAlgo) { + this.compressAlgo = compressAlgo; + } + Review comment: fixed, and reverted back to builder pattern ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org