Merge pull request #225 from ash211/patch-3 Add missing space after "Serialized" in StorageLevel
Current code creates outputs like: scala> res0.getStorageLevel.description res2: String = Serialized1x Replicated Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/b9e7609f Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/b9e7609f Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/b9e7609f Branch: refs/heads/scala-2.10 Commit: b9e7609f2c6f5cbafd0111a4feccad313327ac89 Parents: 055462c 2176116 Author: Reynold Xin <[email protected]> Authored: Wed Dec 4 14:42:09 2013 -0800 Committer: Reynold Xin <[email protected]> Committed: Wed Dec 4 14:42:09 2013 -0800 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/storage/StorageLevel.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ----------------------------------------------------------------------
