aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2016-06-22 22:28:54 -0700
committerReynold Xin <rxin@databricks.com>2016-06-22 22:28:54 -0700
commitf34b5c62b2da3fe0ea989acea46fff949d349afc (patch)
tree0ccc471501b886759e3ac1fdf515009b1414b1db /bin
parent925884a612dd88beaddf555c74d90856ab040ec7 (diff)
downloadspark-f34b5c62b2da3fe0ea989acea46fff949d349afc.tar.gz
spark-f34b5c62b2da3fe0ea989acea46fff949d349afc.tar.bz2
spark-f34b5c62b2da3fe0ea989acea46fff949d349afc.zip
[SQL][MINOR] Fix minor formatting issues in SHOW CREATE TABLE output
## What changes were proposed in this pull request? This PR fixes two minor formatting issues appearing in `SHOW CREATE TABLE` output. Before: ``` CREATE EXTERNAL TABLE ... ... WITH SERDEPROPERTIES ('serialization.format' = '1' ) ... TBLPROPERTIES ('avro.schema.url' = '/tmp/avro/test.avsc', 'transient_lastDdlTime' = '1466638180') ``` After: ``` CREATE EXTERNAL TABLE ... ... WITH SERDEPROPERTIES ( 'serialization.format' = '1' ) ... TBLPROPERTIES ( 'avro.schema.url' = '/tmp/avro/test.avsc', 'transient_lastDdlTime' = '1466638180' ) ``` ## How was this patch tested? Manually tested. Author: Cheng Lian <lian@databricks.com> Closes #13864 from liancheng/show-create-table-format-fix.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions