groupcache4321

Results 19 comments of groupcache4321

I would like to work on this.

Hey, a quick update for implementing Parquet’s bloom filter. I am planning to split the code review into two PRs: 1. Trino to be able to write parquet file with...

For 1.1, list of configs will be the same as https://github.com/apache/parquet-mr/tree/master/parquet-hadoop. such as parquet.bloom.filter.enabled, parquet.bloom.filter.expected.ndv parquet.bloom.filter.fpp parquet.bloom.filter.max.bytes

Status so far: 1. Decided to implement "READ" support for bloomfilter first. 2. Having a working POC working locally. Faced two major blockers, will send PR individually, there will be...

Fix issue1: https://github.com/trinodb/trino/pull/14202

read support PR: https://github.com/trinodb/trino/pull/14428

code snippet for an alternative implementation of https://github.com/trinodb/trino/pull/14428: https://gist.github.com/leetcode-1533/2fb1cf64d386c5bef4c26f4f37c9c714 for

Please add a unit test or integration test for this,

I am interested and would like to give it a try.