diff --git a/sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala index 2e3da0daea529..9abda729c02ed 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala @@ -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'") } } }