apache / apache/parquet-java

Make MessageType serializable

オープン
#2,035 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Component: Java Component: Parquet Priority: Major Type: enhancement
主要言語
Java
スター
3.1k
フォーク
1.6k
平均マージ
3日 12時間
マージ済み PR(30日)
33

説明

Background: I'm writing `ParquetRDD` implementation to run on Apache Spark. One of the features I want to provide is the ability to create instance of `ParqeutRDD` with a projection (specify columns to be loaded)

Problem: Schema information is not serializable. Neither `MessageType` nor any other class that extends `Type` extends `Serializable`.

Question: Is there any specific reason why not to have it the `extends Serializable`?
If not, then I will be more then happy to provide PR.

**Reporter**: [Pawel Szulc](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rabbitonweb)

**Note**: *This issue was originally created as [PARQUET-850](https://issues.apache.org/jira/browse/PARQUET-850). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

まず MessageType と Type のクラス階層を調査して、どのスキーマクラスにシリアライズのサポートが必要かを判断し、次にリポジトリ内の既存のシリアライズテストを探します。関連するスキーマオブジェクトを既存の動作を壊すことなく ParquetRDD 用にシリアライズでき、その結果をカバーするテストがあることを完了条件とします。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
data-engineering
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。