richardstartin commented on a change in pull request #7655:
URL: https://github.com/apache/pinot/pull/7655#discussion_r738677298
##########
File path:
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/io/compression/LZ4Decompressor.java
##########
@@ -33,7 +33,7 @@
private static LZ4Factory _lz4Factory;
- public LZ4Decompressor() {
+ LZ4Decompressor() {
_lz4Factory = LZ4Factory.fastestInstance();
Review comment:
I think it's perfectly reasonable to fix this as part of a compression
refactor, will address this 👍🏻
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]