saurfang / sparksql-protobuf

Read SparkSQL parquet file as RDD[Protobuf]
http://spark-packages.org/package/saurfang/sparksql-protobuf
Apache License 2.0
93 stars 36 forks source link

Support protobuf GeneratedMessage3 for ProtoParqeutRDD #13

Open AlirezaAsgarian opened 11 months ago

AlirezaAsgarian commented 11 months ago

Current code just support GeneratedMessage that is for first version of protobuf but now many users like me use proto 3 please update ProtoParquetRDD for supporting GenerateMessage3