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

Shant Hovsepian commented on IMPALA-9470:
-----------------------------------------

It would be nice but not required to support pushing runtime bloom filters down 
to parquet bloom filters if the bloom filter bitmaps can be made compatible.

> Use Parquet bloom filters
> -------------------------
>
>                 Key: IMPALA-9470
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9470
>             Project: IMPALA
>          Issue Type: New Feature
>            Reporter: Zoltán Borók-Nagy
>            Priority: Major
>
> PARQUET-41 has been closed recently. This means Parquet-MR is capable of 
> writing and reading bloom filters.
> Currently bloom filters are per column chunk entries, i.e. with their help we 
> can filter out entire row groups.
> We already filter row groups in HdfsParquetScanner::NextRowGroup() based on 
> column chunk statistics and dictionaries. Skipping row groups based on bloom 
> filters could be also added to this funciton.
> Impala could also write bloom filters.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to