761417898 commented on issue #120:
URL: https://github.com/apache/tsfile/issues/120#issuecomment-2173448323

   Fix the `BitPackDecoder::~BitPackDecoder()`, and modify variable names that 
do not conform to the standards.
   ```
   class BitPackDecoder {
      private:
       // ......
       uint8_t *tmp_buf;   
   ```
   
   https://github.com/apache/tsfile/pull/121


-- 
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]

Reply via email to