[Java] Refactor null slot verification onto a single method in the parent class
オープン
Type: enhancement
- 主要言語
- Java
- スター
- 94
- フォーク
- 152
- 平均マージ
- 3日 16時間
- マージ済み PR(30日)
- 11
説明
After https://github.com/apache/arrow/pull/4288 is checked in there is an opportunity to refactor the code to one place instead of having the same logic across all vector classes.
**Reporter**: [Micah Kornfield](https://issues.apache.org/jira/browse/ARROW-5305) / @emkornfield
**Note**: *This issue was originally created as [ARROW-5305](https://issues.apache.org/jira/browse/ARROW-5305). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
コントリビューションガイド
調査の方向性
まず PR 4288 を確認し、次に Java vector classes 全体にある繰り返しの null slot 検証ロジックを探して、それを集約すべき parent class を特定します。検証が 1 つの共有実装になり、すべての vector classes で既存の動作が維持されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- data
- issue の種類
- リファクタリング
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100