You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gang Wu (Jira)" <ji...@apache.org> on 2023/04/15 13:11:00 UTC

[jira] [Resolved] (PARQUET-2257) [Format] Add bloom_filter_length to ColumnMetaData

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

Gang Wu resolved PARQUET-2257.
------------------------------
    Resolution: Fixed

> [Format] Add bloom_filter_length to ColumnMetaData
> --------------------------------------------------
>
>                 Key: PARQUET-2257
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2257
>             Project: Parquet
>          Issue Type: New Feature
>          Components: parquet-format
>            Reporter: Gang Wu
>            Assignee: Gang Wu
>            Priority: Major
>             Fix For: format-2.10.0
>
>
> The specs only has added bloom_filter_offset to locate the bloom filter. The reader cannot load the bloom filter in a single shot until it parses the bloom filter header to get the total size.
> This issue proposes to add an optional bloom_filter_length field to track the size of bloom filter to facilitate I/O scheduling. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)