spark git commit: [SPARK-7970] Skip closure cleaning for SQL operations

2015-11-13 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.6 6efe8b583 -> bcc871091 [SPARK-7970] Skip closure cleaning for SQL operations Also introduces new spark private API in RDD.scala with name 'mapPartitionsInternal' which doesn't closure cleans the RDD elements. Author: nitin goyal

spark git commit: [SPARK-7970] Skip closure cleaning for SQL operations

2015-11-13 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master bdfbc1dca -> c939c70ac [SPARK-7970] Skip closure cleaning for SQL operations Also introduces new spark private API in RDD.scala with name 'mapPartitionsInternal' which doesn't closure cleans the RDD elements. Author: nitin goyal