[
https://issues.apache.org/jira/browse/SPARK-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Ishikawa updated SPARK-9249:
-------------------------------
Description:
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}
was:local variable assigned but may not be used
> 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
> 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]