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



##########
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:
       You haven't uploaded new PR so will leave this as unresovled for now.




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