[ 
https://issues.apache.org/jira/browse/PARQUET-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597887#comment-14597887
 ] 

Ryan Blue commented on PARQUET-41:
----------------------------------

Sorry for the delay, [~Ferd], I'll have more feedback for you today.

[~jaltekruse], it isn't possible to remove a record from a bloom filter, unless 
you recompute the filter without it. The k positions for each element overlap, 
which is why you get a great size reduction. Unfortunately, that means you 
can't unset one without possibly changing the inclusion judgement for all the 
other inserted elements that overlapped that bit position.

> Add bloom filters to parquet statistics
> ---------------------------------------
>
>                 Key: PARQUET-41
>                 URL: https://issues.apache.org/jira/browse/PARQUET-41
>             Project: Parquet
>          Issue Type: New Feature
>          Components: parquet-format, parquet-mr
>            Reporter: Alex Levenson
>            Assignee: Ferdinand Xu
>              Labels: filter2
>
> For row groups with no dictionary, we could still produce a bloom filter. 
> This could be very useful in filtering entire row groups.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to