spark git commit: [SPARK-15528][SQL] Fix race condition in NumberConverter

2016-05-31 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 c53c83ce8 -> ea84b3373 [SPARK-15528][SQL] Fix race condition in NumberConverter ## What changes were proposed in this pull request? A local variable in NumberConverter is wrongly shared between threads. This pr fixes the race

spark git commit: [SPARK-15528][SQL] Fix race condition in NumberConverter

2016-05-31 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 3d00c7015 -> 2e3ead20c [SPARK-15528][SQL] Fix race condition in NumberConverter ## What changes were proposed in this pull request? A local variable in NumberConverter is wrongly shared between threads. This pr fixes the race

spark git commit: [SPARK-15528][SQL] Fix race condition in NumberConverter

2016-05-31 Thread srowen
Repository: spark Updated Branches: refs/heads/master 6878f3e2e -> 95db8a44f [SPARK-15528][SQL] Fix race condition in NumberConverter ## What changes were proposed in this pull request? A local variable in NumberConverter is wrongly shared between threads. This pr fixes the race condition.