aboutsummaryrefslogtreecommitdiff
path: root/sql/core
diff options
context:
space:
mode:
authorbomeng <bmeng@us.ibm.com>2016-04-09 22:30:54 +0900
committerKousuke Saruta <sarutak@oss.nttdata.co.jp>2016-04-09 22:30:54 +0900
commit10a95781ee8685d1473b156715b905c83af2aab0 (patch)
tree3e87345b3ae983122a5c183b9e1fe3ecc24c1797 /sql/core
parenta9b8b655b25f4ed519037faaf7601a3d9842547f (diff)
downloadspark-10a95781ee8685d1473b156715b905c83af2aab0.tar.gz
spark-10a95781ee8685d1473b156715b905c83af2aab0.tar.bz2
spark-10a95781ee8685d1473b156715b905c83af2aab0.zip
[SPARK-14496][SQL] fix some javadoc typos
## What changes were proposed in this pull request? Minor issues. Found 2 typos while browsing the code. ## How was this patch tested? None. Author: bomeng <bmeng@us.ibm.com> Closes #12264 from bomeng/SPARK-14496.
Diffstat (limited to 'sql/core')
-rw-r--r--sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala b/sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala
index 3de8aa0276..bf21c9d524 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala
@@ -475,7 +475,7 @@ class SparkSqlAstBuilder extends AstBuilder {
* ALTER VIEW view ADD [IF NOT EXISTS] PARTITION spec
* }}}
*
- * ALTER VIEW ... DROP PARTITION ... is not supported because the concept of partitioning
+ * ALTER VIEW ... ADD PARTITION ... is not supported because the concept of partitioning
* is associated with physical tables
*/
override def visitAddTablePartition(