charlesconnell commented on code in PR #6857:
URL: https://github.com/apache/hbase/pull/6857#discussion_r2048790575
##########
hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/HFileBlockDefaultDecodingContext.java:
##########
@@ -139,9 +139,7 @@ private void decompressViaByteBuff(ByteBuff
blockBufferWithoutHeader, ByteBuff o
Compression.Algorithm compression = fileContext.getCompression();
ByteBuffDecompressor decompressor = compression.getByteBuffDecompressor();
try {
- if (decompressor instanceof CanReinit) {
- ((CanReinit) decompressor).reinit(conf);
Review Comment:
No, the interface is still used by the older-style Compressors and
Decompressors
--
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]