crflynn / pbspark

protobuf pyspark conversion
MIT License
21 stars 5 forks source link

Add support for Google Protobuf wrapper types #32

Closed LarsAlmgren closed 2 years ago

LarsAlmgren commented 2 years ago

Would it perhaps make sense to add support for Goole Protobuf common wrapper types like Int64Value and StringValue?

crflynn commented 2 years ago

It looks like there is some special handling in the parser/printer for these wrappers, so I think we would need to add some logic for these types. Since it's built in to protobuf's parsing I think it makes sense to add support for it here.

crflynn commented 2 years ago

@LarsAlmgren this should be available in 0.7.0.