We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d17ef0 commit 7ad0ee2Copy full SHA for 7ad0ee2
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala
@@ -98,7 +98,7 @@ trait CheckAnalysis extends PredicateHelper {
98
u.failAnalysis(s"Namespace not found: ${u.multipartIdentifier.quoted}")
99
100
case u: UnresolvedTable =>
101
- u.failAnalysis(s"Table not found: ${u.multipartIdentifier.quoted} for '${u.commandName}'")
+ u.failAnalysis(s"Table not found for '${u.commandName}': ${u.multipartIdentifier.quoted}")
102
103
case u: UnresolvedTableOrView =>
104
u.failAnalysis(s"Table or view not found: ${u.multipartIdentifier.quoted}")
0 commit comments