Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
szehon-ho committed Feb 25, 2025
1 parent 70954ca commit 279611d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class ProcedureSuite extends QueryTest with SharedSparkSession with BeforeAndAft
val e = intercept[SparkException] {
sql("CALL cat.ns.proc()")
}
assert(e.getMessage.contains("Multi-result procedures are temporarily not supported."))
assert(e.getMessage.contains("Multi-result procedures are temporarily not supported"))
}

test("invalid input to struct procedure") {
Expand Down

0 comments on commit 279611d

Please sign in to comment.