This PR adds a module (parquet4s-scalapb) to support read/write GeneratedMessages by scalapb. It's compatible with parquet-protobuf - files written with parquet-protobuf configured with parquet.proto.writeSpecCompaliant = true can be read with parquet4s-scalapb, and files written with parquet4s-scalapb should also be readable by parquet-protobuf as long as there's no scala only features involved.
This PR adds a module (parquet4s-scalapb) to support read/write
GeneratedMessage
s by scalapb. It's compatible with parquet-protobuf - files written with parquet-protobuf configured withparquet.proto.writeSpecCompaliant = true
can be read with parquet4s-scalapb, and files written with parquet4s-scalapb should also be readable by parquet-protobuf as long as there's no scala only features involved.