rok commented on issue #14923:
URL: https://github.com/apache/arrow/issues/14923#issuecomment-1363989554

   Hey @mapleFU. I'm on Ryzen 7 `Linux desko 5.15.0-56-generic #62-Ubuntu SMP 
Tue Nov 22 19:54:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux`.
   
   If you just apply the change below and run arrow test suite you should hit 
the same issue.
   
   ```diff
   diff --git a/cpp/src/parquet/encoding.cc b/cpp/src/parquet/encoding.cc
   index 720b6fcb1..aef079da3 100644
   --- a/cpp/src/parquet/encoding.cc
   +++ b/cpp/src/parquet/encoding.cc
   @@ -2248,9 +2248,6 @@ void DeltaBitPackEncoder<DType>::FlushBlock() {
      // needed to store the values, the bytes storing the bit widths of the 
unneeded
      // miniblocks are still present, their value should be zero, but readers 
must accept
      // arbitrary values as well.
   -  for (uint32_t i = num_miniblocks; i < mini_blocks_per_block_; i++) {
   -    bit_width_data[i] = 0;
   -  }
      DCHECK_EQ(values_current_block_, 0);
   ```


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