mapleFU commented on PR #15241:
URL: https://github.com/apache/arrow/pull/15241#issuecomment-1374500879

   I change the code to 
   
   ```c++
       for (uint32_t j = values_current_mini_block; j < values_per_mini_block_; 
j++) {
         bit_writer_.PutValue(random(), bit_width);
       }
   ```
   
   And run multiple times with ASAN, test still passed. Though I don't know how 
to mock in release, seens we cannot use gmock when `DeltaBitPackEncoder` is 
always in `.cc` file.


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