Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/22926
  
    Is this a problem in master at all?
    
    The data is serialized with `JacksonMessageWriter`, which seems to be 
configured properly:
    
    ```
    private[v1] class JacksonMessageWriter extends MessageBodyWriter[Object]{
      ...
      mapper.setSerializationInclusion(JsonInclude.Include.NON_ABSENT)
    ```
    
    An easy way to answer that question is to write a unit test.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to