apache / apache/parquet-java

Add union API to BloomFilter interface

未关闭
#2,469 7 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Component: Parquet Priority: Minor Type: enhancement
主要语言
Java
星标
3.1k
派生
1.6k
平均合并
3 天 12 小时
30 天内合并 PR
33

描述

Sometimes, one may want to build a file-level bloom filter by union all row groups bloom filters so that to save some memory. Add a union API that could make it easy to use.

**Reporter**: [Junjie Chen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=junjie) / @chenjunjiedada
**Assignee**: [Walid Gara](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=garawalid) / @garawalid
#### PRs and other links:
- [GitHub Pull Request #768](https://github.com/apache/parquet-mr/pull/768)
- [GitHub Pull Request #770](https://github.com/apache/parquet-mr/pull/770)

**Note**: *This issue was originally created as [PARQUET-1815](https://issues.apache.org/jira/browse/PARQUET-1815). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 BloomFilter 接口开始,查看 issue 中链接的 GitHub Pull Requests #768 和 #770。比较它们提出的 union API,并确定组合 row-group Bloom 过滤器时的预期行为;完成的标准是该接口提供一种简便的方式来构建文件级过滤器。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
data
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
20/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。