LeiRui commented on a change in pull request #34: fix sonar 
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252160981
 
 

 ##########
 File path: 
tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/bitpacking/LongPacker.java
 ##########
 @@ -161,11 +154,10 @@ public void unpack8Values(byte[] buf, int offset, long[] 
values) {
    * array named 'values'.
    *
    * @param buf array where all bytes are in.
-   * @param offset the offset of first byte to be decoded in buf.
    * @param length length of bytes to be decoded in buf.
    * @param values decoded result
    */
-  public void unpackAllValues(byte[] buf, int offset, int length, long[] 
values) {
+  public void unpackAllValues(byte[] buf, int length, Long[] values) {
 
 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

Reply via email to