richardstartin commented on a change in pull request #7655:
URL: https://github.com/apache/pinot/pull/7655#discussion_r738700525



##########
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 made them all package local singletons in the last commit; none of 
them have any state.




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

Reply via email to