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 bcef63d commit d93aa36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ class QueryExecutionErrorsSuite
"path" -> "https://mister/spark",
"fileSystemClass" -> "org.apache.hadoop.fs.http.HttpsFileSystem",
"method" -> "listStatus"))
sql(s"ALTER TABLE t SET LOCATION '/mister/spark'")
sql("ALTER TABLE t SET LOCATION '/mister/spark'")
}
}
}
Expand Down

0 comments on commit d93aa36

Please sign in to comment.