Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[SPARK-12533]Updated Analyzer.scala
Reverting to change to previous state, because the relevant test cases are to be triggered.
  • Loading branch information
thomastechs committed Jan 2, 2016
commit f75c44e132bea250ac3c35e3a69bc2fa16d49eb1
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class Analyzer(
try {
catalog.lookupRelation(u.tableIdentifier, u.alias)
} catch {
case _: AnalysisException =>
case _: NoSuchTableException =>
u.failAnalysis(s"Table not found: ${u.tableName}")
}
}
Expand Down