leventov commented on a change in pull request #8060: 6855 add Checkstyle for
constant name static final
URL: https://github.com/apache/incubator-druid/pull/8060#discussion_r311178460
##########
File path:
processing/src/main/java/org/apache/druid/segment/data/CompressionStrategy.java
##########
@@ -283,15 +283,15 @@ public ByteBuffer compress(ByteBuffer in, ByteBuffer out)
public static class LZ4Decompressor implements Decompressor
{
- private static final LZ4SafeDecompressor lz4Safe =
LZ4Factory.fastestInstance().safeDecompressor();
- private static final LZ4Decompressor defaultDecompressor = new
LZ4Decompressor();
+ private static final LZ4SafeDecompressor LZ_4_SAFE =
LZ4Factory.fastestInstance().safeDecompressor();
Review comment:
Please call `LZ4_SAFE`
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]