aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-07-28 00:52:26 -0700
committerReynold Xin <rxin@databricks.com>2015-07-28 00:52:26 -0700
commit15724fac569258d2a149507d8c767d0de0ae8306 (patch)
tree1afcd76682ae0fae7e9ec156ec048c9d0b89757b /ec2
parentfc3bd96bc3e4a1a2a1eb9b982b3468abd137e395 (diff)
downloadspark-15724fac569258d2a149507d8c767d0de0ae8306.tar.gz
spark-15724fac569258d2a149507d8c767d0de0ae8306.tar.bz2
spark-15724fac569258d2a149507d8c767d0de0ae8306.zip
[SPARK-9394][SQL] Handle parentheses in CodeFormatter.
Our CodeFormatter currently does not handle parentheses, and as a result in code dump, we see code formatted this way: ``` foo( a, b, c) ``` With this patch, it is formatted this way: ``` foo( a, b, c) ``` Author: Reynold Xin <rxin@databricks.com> Closes #7712 from rxin/codeformat-parentheses and squashes the following commits: c2b1c5f [Reynold Xin] Took square bracket out 3cfb174 [Reynold Xin] Code review feedback. 91f5bb1 [Reynold Xin] [SPARK-9394][SQL] Handle parentheses in CodeFormatter.
Diffstat (limited to 'ec2')
0 files changed, 0 insertions, 0 deletions