Skip to content

Commit f38c4eb

Browse files
committed
Fixed the same quotation issue in CliSuite
1 parent 26b82a0 commit f38c4eb

File tree

1 file changed

+1
-1
lines changed
  • sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver

1 file changed

+1
-1
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/CliSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CliSuite extends FunSuite with BeforeAndAfterAll with TestUtils {
3232
val commands =
3333
s"""../../bin/spark-sql
3434
| --master local
35-
| --hiveconf ${ConfVars.METASTORECONNECTURLKEY}="$jdbcUrl"
35+
| --hiveconf ${ConfVars.METASTORECONNECTURLKEY}=$jdbcUrl
3636
| --hiveconf ${ConfVars.METASTOREWAREHOUSE}=$WAREHOUSE_PATH
3737
""".stripMargin.split("\\s+")
3838

0 commit comments

Comments
 (0)