Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed May 6, 2015
1 parent a570725 commit 89d4f4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C
// 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(".")
val tableName = tableNameParts.map { case Token(p, Nil) => p }.mkString(".")
AnalyzeTable(tableName)
}
// Just fake explain for any of the native commands.
Expand Down

0 comments on commit 89d4f4e

Please sign in to comment.