git commit: [SPARK-2409] Make SQLConf thread safe.

2014-07-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 3bd32f023 -> 1c12b0b5c [SPARK-2409] Make SQLConf thread safe. Author: Reynold Xin Closes #1334 from rxin/sqlConfThreadSafetuy and squashes the following commits: c1e0a5a [Reynold Xin] Fixed the duplicate comment. 7614372 [Reynold Xin

git commit: [SPARK-2409] Make SQLConf thread safe.

2014-07-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master b520b6453 -> 32516f866 [SPARK-2409] Make SQLConf thread safe. Author: Reynold Xin Closes #1334 from rxin/sqlConfThreadSafetuy and squashes the following commits: c1e0a5a [Reynold Xin] Fixed the duplicate comment. 7614372 [Reynold Xin] [S