Repository: spark Updated Branches: refs/heads/master d4fa04e50 -> 636d7bcc9
[SQL][DOC][Minor] Spark SQL Hive now support dynamic partitioning Author: wangfei <[email protected]> Closes #3127 from scwf/patch-9 and squashes the following commits: e39a560 [wangfei] now support dynamic partitioning Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/636d7bcc Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/636d7bcc Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/636d7bcc Branch: refs/heads/master Commit: 636d7bcc96b912f5b5caa91110cd55b55fa38ad8 Parents: d4fa04e Author: wangfei <[email protected]> Authored: Fri Nov 7 11:43:35 2014 -0800 Committer: Michael Armbrust <[email protected]> Committed: Fri Nov 7 11:43:35 2014 -0800 ---------------------------------------------------------------------- docs/sql-programming-guide.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/636d7bcc/docs/sql-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index e399fec..ffcce2c 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
