Skip to content
Snippets Groups Projects
  • Josh Rosen's avatar
    cbb7f04a
    Add custom serializer support to PySpark. · cbb7f04a
    Josh Rosen authored
    For now, this only adds MarshalSerializer, but it lays the groundwork
    for other supporting custom serializers.  Many of these mechanisms
    can also be used to support deserialization of different data formats
    sent by Java, such as data encoded by MsgPack.
    
    This also fixes a bug in SparkContext.union().
    cbb7f04a
    History
    Add custom serializer support to PySpark.
    Josh Rosen authored
    For now, this only adds MarshalSerializer, but it lays the groundwork
    for other supporting custom serializers.  Many of these mechanisms
    can also be used to support deserialization of different data formats
    sent by Java, such as data encoded by MsgPack.
    
    This also fixes a bug in SparkContext.union().