jpountz opened a new pull request, #15177:
URL: https://github.com/apache/lucene/pull/15177

   The flag we store at the beginning of every block is either 0 if the block 
is dense, a positive integer storing the number of bits per value if encoded 
with FOR-delta, or a negative number storing the opposite of the number of 
longs required when encoded as a bit set.
   
   This PR updates the comment that explains why we're guaranteed to not 
overflow a byte with the number of required longs.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to