issues
search
crflynn
/
pbspark
protobuf pyspark conversion
MIT License
21
stars
5
forks
source link
add recursive test; simplify custom serializers
#21
Closed
crflynn
closed
2 years ago
crflynn
commented
2 years ago
Breaking: Allow return type instances to be passed to custom serializers rather than type class + init kwargs.
Bugfix:
get_spark_schema
now returns properly when the descriptor passed has a registered custom serializer.
Add a test for self-referencing messages and recursive custom serializer.
get_spark_schema
now returns properly when the descriptor passed has a registered custom serializer.