aboutsummaryrefslogtreecommitdiff
path: root/.rat-excludes
diff options
context:
space:
mode:
authorwangxiaojing <u9jing@gmail.com>2014-10-27 22:00:36 -0700
committerMichael Armbrust <michael@databricks.com>2014-10-27 22:02:52 -0700
commit0c34fa5b4b3c1c20d7a2d7df3a8ae757b532dd32 (patch)
tree379fd3cfabb6d3a4d7bf0bf6021072e2dd69a217 /.rat-excludes
parent27470d3406bc0adde3da79ca34ebf9bc512514b6 (diff)
downloadspark-0c34fa5b4b3c1c20d7a2d7df3a8ae757b532dd32.tar.gz
spark-0c34fa5b4b3c1c20d7a2d7df3a8ae757b532dd32.tar.bz2
spark-0c34fa5b4b3c1c20d7a2d7df3a8ae757b532dd32.zip
[SPARK-3907][SQL] Add truncate table support
JIRA issue: [SPARK-3907]https://issues.apache.org/jira/browse/SPARK-3907 Add turncate table support TRUNCATE TABLE table_name [PARTITION partition_spec]; partition_spec: : (partition_col = partition_col_value, partition_col = partiton_col_value, ...) Removes all rows from a table or partition(s). Currently target table should be native/managed table or exception will be thrown. User can specify partial partition_spec for truncating multiple partitions at once and omitting partition_spec will truncate all partitions in the table. Author: wangxiaojing <u9jing@gmail.com> Closes #2770 from wangxiaojing/spark-3907 and squashes the following commits: 63dbd81 [wangxiaojing] change hive scalastyle 7a03707 [wangxiaojing] add comment f6e710e [wangxiaojing] change truncate table a1f692c [wangxiaojing] Correct spelling mistakes 3b20007 [wangxiaojing] add truncate can not support column err message e483547 [wangxiaojing] add golden file 77b1f20 [wangxiaojing] add truncate table support
Diffstat (limited to '.rat-excludes')
0 files changed, 0 insertions, 0 deletions