Repository: spark Updated Branches: refs/heads/master cf4213864 -> 143e521d1
[MINOR] Minor style fix in SparkR `dev/lintr-r` passes on my machine now Author: Shivaram Venkataraman <[email protected]> Closes #8601 from shivaram/sparkr-style-fix. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/143e521d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/143e521d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/143e521d Branch: refs/heads/master Commit: 143e521d1a0e16af18083524ceb4399cbe6372bc Parents: cf42138 Author: Shivaram Venkataraman <[email protected]> Authored: Fri Sep 4 11:24:47 2015 -0700 Committer: Shivaram Venkataraman <[email protected]> Committed: Fri Sep 4 11:24:47 2015 -0700 ---------------------------------------------------------------------- R/pkg/R/deserialize.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/143e521d/R/pkg/R/deserialize.R ---------------------------------------------------------------------- diff --git a/R/pkg/R/deserialize.R b/R/pkg/R/deserialize.R index 88f1861..d1858ec 100644 --- a/R/pkg/R/deserialize.R +++ b/R/pkg/R/deserialize.R @@ -60,7 +60,7 @@ readString <- function(con) { raw <- readBin(con, raw(), stringLen, endian = "big") string <- rawToChar(raw) Encoding(string) <- "UTF-8" - string + string } readInt <- function(con) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
