You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (Jira)" <ji...@apache.org> on 2021/02/10 14:49:00 UTC

[jira] [Updated] (PARQUET-1979) Optional bloom_filter_offset is filled if no bloom filter is present

     [ https://issues.apache.org/jira/browse/PARQUET-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabor Szadovszky updated PARQUET-1979:
--------------------------------------
    Description: Currently the field [bloom_filter_offset|https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L750] is filled (with the value {{0}}) even if no bloom filter is saved for the related column chunk. This is not correct as this field is optional so we should not fill it in this case.  (was: Currently the field [bloom_filter_offset|https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L750] is filled (with the value `0`) even if there is no bloom filter is saved for the related column chunk. This is not correct as this field is optional so we should not fill it in this case.)

> Optional bloom_filter_offset is filled if no bloom filter is present
> --------------------------------------------------------------------
>
>                 Key: PARQUET-1979
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1979
>             Project: Parquet
>          Issue Type: Bug
>    Affects Versions: 1.12.0
>            Reporter: Gabor Szadovszky
>            Assignee: Gabor Szadovszky
>            Priority: Major
>
> Currently the field [bloom_filter_offset|https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L750] is filled (with the value {{0}}) even if no bloom filter is saved for the related column chunk. This is not correct as this field is optional so we should not fill it in this case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)