Skip to content
Closed
Prev Previous commit
Next Next commit
Fix tests
  • Loading branch information
imback82 committed Nov 24, 2020
commit b97c9250b64aaecdbecc9df28e21f61ec76fc318
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class HiveCommandSuite extends QueryTest with SQLTestUtils with TestHiveSingleto
val message = intercept[AnalysisException] {
sql("SHOW TBLPROPERTIES badtable")
}.getMessage
assert(message.contains("Table or view not found: badtable"))
assert(message.contains("Table or view not found for 'SHOW TBLPROPERTIES': badtable"))

// When key is not found, a row containing the error is returned.
checkAnswer(
Expand Down