You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/03 14:53:35 UTC

[GitHub] [spark] hvanhovell opened a new pull request #26013: [SPARK-29347] This PR adds JSON serialization for Spark external Rows.

hvanhovell opened a new pull request #26013: [SPARK-29347] This PR adds JSON serialization for Spark external Rows.
URL: https://github.com/apache/spark/pull/26013
 
 
   ### What changes were proposed in this pull request?
   This PR adds JSON serialization for Spark external Rows.
   
   ### Why are the changes needed?
   This is to be used for observable metrics where the `StreamingQueryProgress` contains a map of observed metrics rows which needs to be serialized in some cases.
   
   ### Does this PR introduce any user-facing change?
   Yes, a user can call `toJson` on rows returned when collecting a DataFrame to the driver.
   
   ### How was this patch tested?
   Added a new test suite: `RowJsonSuite` that should test this.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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