spark git commit: [SPARK-22330][CORE] Linear containsKey operation for serialized maps

2017-11-06 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 5014d6e25 -> 14a32a647 [SPARK-22330][CORE] Linear containsKey operation for serialized maps …alization. ## What changes were proposed in this pull request? Use non-linear containsKey operation for serialized maps, lookup into

spark git commit: [SPARK-22078][SQL] clarify exception behaviors for all data source v2 interfaces

2017-11-06 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 65a8bf603 -> 5014d6e25 [SPARK-22078][SQL] clarify exception behaviors for all data source v2 interfaces ## What changes were proposed in this pull request? clarify exception behaviors for all data source v2 interfaces. ## How was this

spark git commit: [SPARK-22315][SPARKR] Warn if SparkR package version doesn't match SparkContext

2017-11-06 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.2 e35c53a97 -> 2695b9213 [SPARK-22315][SPARKR] Warn if SparkR package version doesn't match SparkContext ## What changes were proposed in this pull request? This PR adds a check between the R package version used and the version

spark git commit: [SPARK-22315][SPARKR] Warn if SparkR package version doesn't match SparkContext

2017-11-06 Thread shivaram
Repository: spark Updated Branches: refs/heads/master c7f38e5ad -> 65a8bf603 [SPARK-22315][SPARKR] Warn if SparkR package version doesn't match SparkContext ## What changes were proposed in this pull request? This PR adds a check between the R package version used and the version reported

[1/2] spark git commit: [SPARK-20644][core] Initial ground work for kvstore UI backend.

2017-11-06 Thread irashid
Repository: spark Updated Branches: refs/heads/master 472db58cb -> c7f38e5ad http://git-wip-us.apache.org/repos/asf/spark/blob/c7f38e5a/core/src/main/scala/org/apache/spark/ui/SparkUI.scala -- diff --git

[2/2] spark git commit: [SPARK-20644][core] Initial ground work for kvstore UI backend.

2017-11-06 Thread irashid
[SPARK-20644][core] Initial ground work for kvstore UI backend. There are two somewhat unrelated things going on in this patch, but both are meant to make integration of individual UI pages later on much easier. The first part is some tweaking of the code in the listener so that it does less

spark git commit: [SPARK-22445][SQL] move CodegenContext.copyResult to CodegenSupport

2017-11-06 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 4bacddb60 -> 472db58cb [SPARK-22445][SQL] move CodegenContext.copyResult to CodegenSupport ## What changes were proposed in this pull request? `CodegenContext.copyResult` is kind of a global status for whole stage codegen. But the tricky