taklwu commented on a change in pull request #2800:
URL: https://github.com/apache/hbase/pull/2800#discussion_r552389039



##########
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:
       oops, I missed this change. and now it should have updated/removed.




----------------------------------------------------------------
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:
[email protected]


Reply via email to