spark git commit: [SPARK-9651] Fix UnsafeExternalSorterSuite.

2015-08-05 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 5f037b3dc -> eb2229ac0 [SPARK-9651] Fix UnsafeExternalSorterSuite. First, it's probably a bad idea to call generated Scala methods from Java. In this case, the method being called wasn't actually "Utils.createTempDir()", but actually th

spark git commit: [SPARK-9651] Fix UnsafeExternalSorterSuite.

2015-08-05 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8c320e45b -> 4399b7b09 [SPARK-9651] Fix UnsafeExternalSorterSuite. First, it's probably a bad idea to call generated Scala methods from Java. In this case, the method being called wasn't actually "Utils.createTempDir()", but actually the me