spark git commit: [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch)

2016-08-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 1b2e6f636 -> 8a22275de [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch) Casting ConcurrentHashMap to ConcurrentMap allows to run code compiled with Java 8 on Java 7 Compilation. Existing automatic tests

spark git commit: [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch)

2016-08-02 Thread srowen
Repository: spark Updated Branches: refs/heads/master dd8514fa2 -> 511dede11 [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch) ## What changes were proposed in this pull request? Casting ConcurrentHashMap to ConcurrentMap allows to run code compiled with Java 8 on

spark git commit: [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch)

2016-08-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 c5516ab60 -> fc18e259a [SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch) ## What changes were proposed in this pull request? Casting ConcurrentHashMap to ConcurrentMap allows to run code compiled with Java 8 on