Integer Overflow of BinaryStatistics#isSmallerThan()
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.6k
- 平均合并
- 3 天 12 小时
- 30 天内合并 PR
- 33
描述
"(min.length() + max.length()) < size" didn't handle integer overflow
**Reporter**: [Xinli Shang](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=shangx@uber.com) / @shangxinli
**Assignee**: [Xinli Shang](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=shangx@uber.com) / @shangxinli
#### PRs and other links:
- [GitHub Pull Request #704](https://github.com/apache/parquet-mr/pull/704)
- [GitHub Pull Request #721](https://github.com/apache/parquet-mr/pull/721)
- [GitHub Pull Request #722](https://github.com/apache/parquet-mr/pull/722)
**Note**: *This issue was originally created as [PARQUET-1690](https://issues.apache.org/jira/browse/PARQUET-1690). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
贡献指南
这个仓库没有索引到贡献指南
调研方向
先阅读 parquet-column/src/main/java/org/apache/parquet/column/statistics/BinaryStatistics.java 的第 103 行,然后查看 pull request #704、#721 和 #722,以了解当前状态。完成的标准是处理 isSmallerThan() 中的整数溢出情况,同时不重复这些 pull request 已经涵盖的工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- data-engineering
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 20/100