LeiRui commented on a change in pull request #34: fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252163028
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/IntRleDecoder.java
##########
@@ -116,18 +58,14 @@ protected void readNumberInRle() throws IOException {
@Override
protected void readBitPackingBuffer(int bitPackedGroupCount, int
lastBitPackedNum) {
- currentBuffer = new int[bitPackedGroupCount * config.RLE_MIN_REPEATED_NUM];
+ currentBuffer = new Integer[bitPackedGroupCount *
TSFileConfig.RLE_MIN_REPEATED_NUM];
Review comment:
These kinds of modifications will be revoked.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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