[ 
https://issues.apache.org/jira/browse/SPARK-5849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14323421#comment-14323421
 ] 

Apache Spark commented on SPARK-5849:
-------------------------------------

User 'JoshRosen' has created a pull request for this issue:
https://github.com/apache/spark/pull/4637

> Handle more types of invalid JSON in SubmitRestProtocolMessage.parseAction
> --------------------------------------------------------------------------
>
>                 Key: SPARK-5849
>                 URL: https://issues.apache.org/jira/browse/SPARK-5849
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Submit
>    Affects Versions: 1.3.0
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>            Priority: Critical
>
> SubmitRestProtocolMessage.parseAction casts the result of {{parse(json)}} to 
> {{JObject}}, but this cast can fail if invalid requests can still be parsed 
> as other JSON types, such as JSON strings.  We should replace this unchecked 
> cast with pattern-matching in order to handle these types of invalid requests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to