Allow file reader to read without setting ReaderOptions::projection
オープン
enhancement
- 主要言語
- C++
- スター
- 221
- フォーク
- 124
- 平均マージ
- 1日 16時間
- マージ済み PR(30日)
- 21
説明
Currently `ReaderOptions::projection` (https://github.com/apache/iceberg-cpp/blob/main/src/iceberg/file_reader.h#L111) is required to be set before opening a parquet/avro reader, otherwise an error will be returned complaining about this. It would be good to allow reading all columns from the file if this field is unset.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
src/iceberg/file_reader.h の ReaderOptions::projection 付近から開始し、これが未設定の場合に parquet および avro の reader がどのように開かれるかを追跡します。リポジトリ内の関連する reader のチェックまたはテストを使って、未設定の projection が現在のエラーなしにすべての列を読み取ることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- data-engineering, databases
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100