You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/11/11 20:28:46 UTC

[GitHub] [iotdb] warwickwei opened a new pull request #4362: Issue 1849 draft with error

warwickwei opened a new pull request #4362:
URL: https://github.com/apache/iotdb/pull/4362


   Support Sprintz encoding
   
   A complete Sprintz encoding consists of 
   -> delta encoding   (done)
   -> Fast integer regression. (on working) 
   -> RLE of zero block (done)
   -> Huffman encode (small bug)
   
   The file of SprintzDecoder is incomplete, still on working.
   
   This PR has:
   - [x] been self-reviewed.
       - [x] concurrent read
       - [] concurrent write
       - [] concurrent read and write 
   - [x] added documentation for new or modified features or behaviors.
   - [x] added Javadocs for most classes and all non-trivial methods. 
   - [x] added or updated version, __license__, or notice information
   - [x] added comments explaining the "why" and the intent of the code wherever would not be obvious 
     for an unfamiliar reader.
   - [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold 
     for code coverage.
   - [] added integration tests.
   - [] been tested in a test IoTDB cluster.
   
   


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org