prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.92k stars 5.33k forks source link

Add Parquet BloomFilter #18283

Open shangxinli opened 2 years ago

shangxinli commented 2 years ago

Since Presto is upgraded to Parquet 1.12+, we can implement the bloom filter feature.

dnskr commented 2 years ago

Duplicates https://github.com/prestodb/presto/issues/18230

leetcode-1533 commented 1 year ago

Yingjie from LinkedIn, I contributed to: https://github.com/trinodb/trino/pull/14428, will backport