aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorDaoyuan Wang <daoyuan.wang@intel.com>2015-02-05 12:42:27 -0800
committerReynold Xin <rxin@databricks.com>2015-02-05 12:42:27 -0800
commit6fa4ac1b007a545201d82603f09b0573f529a4e6 (patch)
tree0023608da9c5ef453acd6bde1c9994e71be8813c /docs/sql-programming-guide.md
parent081ac69f3dfc095f5e01248536f3ed2b83d5ebe2 (diff)
downloadspark-6fa4ac1b007a545201d82603f09b0573f529a4e6.tar.gz
spark-6fa4ac1b007a545201d82603f09b0573f529a4e6.tar.bz2
spark-6fa4ac1b007a545201d82603f09b0573f529a4e6.zip
[Branch-1.3] [DOC] doc fix for date
Trivial fix. Author: Daoyuan Wang <daoyuan.wang@intel.com> Closes #4400 from adrian-wang/docdate and squashes the following commits: 31bbe40 [Daoyuan Wang] doc fix for date
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 350df9a731..38f617d0c8 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1108,7 +1108,7 @@ in Hive deployments.
have the same input format.
* Non-equi outer join: For the uncommon use case of using outer joins with non-equi join conditions
(e.g. condition "`key < 10`"), Spark SQL will output wrong result for the `NULL` tuple.
-* `UNION` type and `DATE` type
+* `UNION` type
* Unique join
* Single query multi insert
* Column statistics collecting: Spark SQL does not piggyback scans to collect column statistics at