imback82 commented on a change in pull request #26921: [SPARK-30282][SQL] 
Migrate SHOW TBLPROPERTIES to new framework
URL: https://github.com/apache/spark/pull/26921#discussion_r368317546
 
 

 ##########
 File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveCommandSuite.scala
 ##########
 @@ -130,10 +130,10 @@ class HiveCommandSuite extends QueryTest with 
SQLTestUtils with TestHiveSingleto
   }
 
   test("show tblproperties for datasource table - errors") {
-    val message1 = intercept[NoSuchTableException] {
+    val message = intercept[AnalysisException] {
 
 Review comment:
   Created a follow-up PR: https://github.com/apache/spark/pull/27276

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to