Skip to content

Commit

Permalink
Typo and format.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Aug 8, 2014
1 parent c59d94b commit 0b79d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ private[hive] object HiveQl {
// Analyze partitions will be treated as a Hive native command.
NativePlaceholder
} else if (isNoscan.isEmpty) {
// If users do not specific "noscan", it will be treated as a Hive native command.
// If users do not specify "noscan", it will be treated as a Hive native command.
NativePlaceholder
} else {
val tableName = tableNameParts.map { case Token(p, Nil) => p }.mkString(".")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import org.apache.spark.sql.hive.HiveContext

/**
* :: DeveloperApi ::
*
* Analyzes the given table in the current database to generate statistics, which will be
* used in query optimizations.
*
Expand Down

0 comments on commit 0b79d36

Please sign in to comment.