[Java] StructVectorLoader load function creates a vector with "" as name
オープン
- 主要言語
- Java
- スター
- 94
- フォーク
- 152
- 平均マージ
- 3日 16時間
- マージ済み PR(30日)
- 11
説明
### Describe the enhancement requested
`StructVectorLoader` `load` function does the following to create the resultant `StructVector`.
```java
StructVector result = StructVector.emptyWithDuplicates("", allocator);
```
Even though the buffers are properly re-created, it doesn't contain accurate field names, since the original vector's name cannot be recovered here. This would be an issue when the `StructVectorUnloader` and `StructVectorLoader` is used in a certain program.
### Component(s)
Java
コントリビューションガイド
調査の方向性
まず、issueで説明されているStructVectorLoaderのload関数とStructVectorUnloaderとのやり取りを読んでください。空の名前を持つStructVectorを作成するラウンドトリップを再現し、その後、ロードされたベクターが""ではなく元のフィールド名を保持していることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- data
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100