Add a new API in `PageReadStore` to return row ranges directly
- 主要言語
- Java
- スター
- 3.1k
- フォーク
- 1.6k
- 平均マージ
- 3日 12時間
- マージ済み PR(30日)
- 33
説明
**Environment**: Currently `PageReadStore.getRowIndexes` convert row ranges into row indexes and return that, however for some use cases (e.g., Spark) it's more efficient to operate directly on row ranges. Therefore, it may be useful to have another API in `PageReadStore` to return row ranges instead.
**Reporter**: [Chao Sun](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=csun) / @sunchao
**Note**: *This issue was originally created as [PARQUET-2061](https://issues.apache.org/jira/browse/PARQUET-2061). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by locating PageReadStore and its getRowIndexes entry point. Read how row ranges are currently converted to row indexes, then determine the public API shape needed to return the ranges directly. Done means callers such as Spark can obtain row ranges without that conversion.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend-api-design, data-engineering
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100