File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sql/hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ private[hive] object HiveQl {
396
396
// Analyze partitions will be treated as a Hive native command.
397
397
NativePlaceholder
398
398
} else if (isNoscan.isEmpty) {
399
- // If users do not specific "noscan", it will be treated as a Hive native command.
399
+ // If users do not specify "noscan", it will be treated as a Hive native command.
400
400
NativePlaceholder
401
401
} else {
402
402
val tableName = tableNameParts.map { case Token (p, Nil ) => p }.mkString(" ." )
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import org.apache.spark.sql.hive.HiveContext
25
25
26
26
/**
27
27
* :: DeveloperApi ::
28
- *
29
28
* Analyzes the given table in the current database to generate statistics, which will be
30
29
* used in query optimizations.
31
30
*
You can’t perform that action at this time.
0 commit comments