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

Apache Spark reassigned SPARK-9249:
-----------------------------------

    Assignee: Apache Spark

> local variable assigned but may not be used
> -------------------------------------------
>
>                 Key: SPARK-9249
>                 URL: https://issues.apache.org/jira/browse/SPARK-9249
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SparkR
>            Reporter: Yu Ishikawa
>            Assignee: Apache Spark
>            Priority: Minor
>
> local variable assigned but may not be used
> For example:
> {noformat}
> R/deserialize.R:105:3: warning: local variable ‘data’ assigned but may not be 
> used
>   data <- readBin(con, raw(), as.integer(dataLen), endian = "big")
>   ^~~~
> R/deserialize.R:109:3: warning: local variable ‘data’ assigned but may not be 
> used
>   data <- readBin(con, raw(), as.integer(dataLen), endian = "big")
>   ^~~~
> {noformat}



--
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