[ 
https://issues.apache.org/jira/browse/SPARK-5849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or closed SPARK-5849.
----------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Handle more types of invalid JSON requests 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
>             Fix For: 1.3.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to