spark git commit: [SPARK-9650][SQL] Fix quoting behavior on interpolated column names

2015-08-06 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 b4feccf6c -> 9be9d3842 [SPARK-9650][SQL] Fix quoting behavior on interpolated column names Make sure that `$"column"` is consistent with other methods with respect to backticks. Adds a bunch of tests for various ways of constructing c

spark git commit: [SPARK-9650][SQL] Fix quoting behavior on interpolated column names

2015-08-06 Thread rxin
Repository: spark Updated Branches: refs/heads/master 4e70e8256 -> 0867b23c7 [SPARK-9650][SQL] Fix quoting behavior on interpolated column names Make sure that `$"column"` is consistent with other methods with respect to backticks. Adds a bunch of tests for various ways of constructing colum