You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yu Ishikawa (JIRA)" <ji...@apache.org> on 2015/07/24 07:17:04 UTC

[jira] [Updated] (SPARK-9249) local variable assigned but may not be used

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org