ParquetFileReader has a currentBlock information in a private field
- 主要言語
- Java
- スター
- 3.1k
- フォーク
- 1.6k
- 平均マージ
- 3日 12時間
- マージ済み PR(30日)
- 33
説明
The currentBlock variable is a metric information which can be useful to know which block the current record is being read from. If this variable has a getter, it would be possible to skip over a certain blocks.
**Reporter**: [Tanuja Dubey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tanuja) / @tanuja5
**Note**: *This issue was originally created as [PARQUET-2125](https://issues.apache.org/jira/browse/PARQUET-2125). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start at the ParquetFileReader entry point and locate the private currentBlock field and the code that updates it while records are read. Check nearby reader tests and existing API conventions before exposing the block information. Done means callers can inspect the current block and use that information to skip blocks, with tests covering the getter and reading behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- data-engineering
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100