You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/01/24 04:47:08 UTC

[2/2] git commit: Merge pull request #503 from pwendell/master

Merge pull request #503 from pwendell/master

Fix bug on read-side of external sort when using Snappy.

This case wasn't handled correctly and this patch fixes it.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/3d6e7541
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/3d6e7541
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/3d6e7541

Branch: refs/heads/master
Commit: 3d6e75419330d27435becfdf8cfb0b6d20d56cf8
Parents: ff44732 0213b40
Author: Patrick Wendell <pw...@gmail.com>
Authored: Thu Jan 23 19:47:00 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Thu Jan 23 19:47:00 2014 -0800

----------------------------------------------------------------------
 .../spark/util/collection/ExternalAppendOnlyMap.scala     | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3d6e7541/core/src/main/scala/org/apache/spark/util/collection/ExternalAppendOnlyMap.scala
----------------------------------------------------------------------