aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwangfei <wangfei1@huawei.com>2014-11-07 11:43:35 -0800
committerMichael Armbrust <michael@databricks.com>2014-11-07 11:43:49 -0800
commite5b8cea7ef219be33df1db77a0921885833a4254 (patch)
tree0c80961a1cc9e6a09b8428445024524c382a7653 /docs
parentd6262fa05b9b7ffde00e6659810a3436e53df6b8 (diff)
downloadspark-e5b8cea7ef219be33df1db77a0921885833a4254.tar.gz
spark-e5b8cea7ef219be33df1db77a0921885833a4254.tar.bz2
spark-e5b8cea7ef219be33df1db77a0921885833a4254.zip
[SQL][DOC][Minor] Spark SQL Hive now support dynamic partitioning
Author: wangfei <wangfei1@huawei.com> Closes #3127 from scwf/patch-9 and squashes the following commits: e39a560 [wangfei] now support dynamic partitioning (cherry picked from commit 636d7bcc96b912f5b5caa91110cd55b55fa38ad8) Signed-off-by: Michael Armbrust <michael@databricks.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-programming-guide.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index e399fecbbc..ffcce2c588 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1059,7 +1059,6 @@ in Hive deployments.
**Major Hive Features**
-* Spark SQL does not currently support inserting to tables using dynamic partitioning.
* Tables with buckets: bucket is the hash partitioning within a Hive table partition. Spark SQL
doesn't support buckets yet.