761417898 commented on issue #113: URL: https://github.com/apache/tsfile/issues/113#issuecomment-2175530240
I have done part of the related work. https://github.com/apache/tsfile/pull/123 It seems that BitpackCodec corresponds to the IntRleCodec in the Java version, but BitpackCodec miscalculates the length of the `length_` field during encoding and the length of the `bit_width_` field during decoding. This also causes DictionaryCodec to be inconsistent with the Java version. -- 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]
