Skip to content

Commit 0b79d36

Browse files
committed
Typo and format.
1 parent c59d94b commit 0b79d36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ private[hive] object HiveQl {
396396
// Analyze partitions will be treated as a Hive native command.
397397
NativePlaceholder
398398
} 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.
400400
NativePlaceholder
401401
} else {
402402
val tableName = tableNameParts.map { case Token(p, Nil) => p }.mkString(".")

sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/commands.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import org.apache.spark.sql.hive.HiveContext
2525

2626
/**
2727
* :: DeveloperApi ::
28-
*
2928
* Analyzes the given table in the current database to generate statistics, which will be
3029
* used in query optimizations.
3130
*

0 commit comments

Comments
 (0)