imback82 commented on a change in pull request #34490:
URL: https://github.com/apache/spark/pull/34490#discussion_r744076058
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
##########
@@ -1718,8 +1718,7 @@ abstract class DDLSuite extends QueryTest with
SQLTestUtils {
val message = intercept[AnalysisException] {
sql("SHOW COLUMNS IN tbl FROM a.b.c")
}.getMessage
- assert(message.contains(
- "Table or view not found: a.b.c.tbl"))
+ assert(message.contains("requires a single-part namespace"))
Review comment:
Hmm, this could be a little misleading since this sounds like `SHOW
COLUMNS IN` is only supported for the session catalog? (although it is
currently not supported for v2 catalogs.) This may be OK until we start
supporting this command for v2 catalogs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]