Skip to content

Commit

Permalink
Update sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecu…
Browse files Browse the repository at this point in the history
…tionErrorsSuite.scala

Co-authored-by: Maxim Gekk <[email protected]>
  • Loading branch information
yaooqinn and MaxGekk authored Dec 4, 2024
1 parent 364388b commit 8639d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ class QueryExecutionErrorsSuite

test("SPARK-50485: Unwrap SparkThrowable in UEE thrown by tableRelationCache") {
withTable("t") {
sql(s"CREATE TABLE t (a INT)")
sql("CREATE TABLE t (a INT)")
checkError(
exception = intercept[SparkUnsupportedOperationException] {
sql(s"ALTER TABLE t SET LOCATION 'https://mister/spark'")
Expand Down

0 comments on commit 8639d04

Please sign in to comment.