LeiRui commented on a change in pull request #34: fix sonar URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252198190
########## File path: tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/bitpacking/LongPacker.java ########## @@ -23,14 +19,12 @@ * guarantee that the length of every given Long in binary mode is less than or equal to the * bit-width. * - * <p>e.g., if bit-width is 31, then Long '2147483648'(2^31) is not allowed but - * '2147483647'(2^31-1) + * <p>e.g., if bit-width is 31, then Long '2147483648'(2^31) is not allowed but '2147483647'(2^31-1) * is allowed. * * <p>For a full example, Width: 3 Input: 5 4 7 3 0 1 3 2 * - * <p>Output: <p>+-----------------------+ +-----------------------+ +-----------------------+ |1 - * |0 + * <p>Output: <p>+-----------------------+ +-----------------------+ +-----------------------+ |1 |0 Review comment: 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
