spark git commit: [SQL] Mark strategies with override for clarity.

2017-10-19 Thread lixiao
Repository: spark Updated Branches: refs/heads/master b034f2565 -> b84f61cd7 [SQL] Mark strategies with override for clarity. ## What changes were proposed in this pull request? This is a very trivial PR, simply marking `strategies` in `SparkPlanner` with the `override` keyword for clarity s

spark git commit: [SPARK-22026][SQL] data source v2 write path

2017-10-19 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 7fae7995b -> b034f2565 [SPARK-22026][SQL] data source v2 write path ## What changes were proposed in this pull request? A working prototype for data source v2 write path. The writing framework is similar to the reading framework. i.e. `Wr

spark git commit: [SPARK-22268][BUILD] Fix lint-java

2017-10-19 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 5a07aca4d -> 7fae7995b [SPARK-22268][BUILD] Fix lint-java ## What changes were proposed in this pull request? Fix java style issues ## How was this patch tested? Run `./dev/lint-java` locally since it's not run on Jenkins Author: Andrew

spark git commit: [SPARK-22188][CORE] Adding security headers for preventing XSS, MitM and MIME sniffing

2017-10-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master dc2714da5 -> 5a07aca4d [SPARK-22188][CORE] Adding security headers for preventing XSS, MitM and MIME sniffing ## What changes were proposed in this pull request? The HTTP Strict-Transport-Security response header (often abbreviated as HST