yabola opened a new pull request, #1043:
URL: https://github.com/apache/parquet-mr/pull/1043

   If `parquet.bloom.filter.max.bytes` configuration is not a power of 2 value, 
the size of the bloom filter generated will exceed this value.
   For example, now if set `parquet.bloom.filter.max.bytes` as 1024*1024+1= 
1048577 , the bytes size of bloom filter generated will be 2097152.
   But the correct way is to set this value to the largest power of two less 
than 1048577. It should be 1024*1024


-- 
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: dev-unsubscr...@parquet.apache.org

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

Reply via email to