diff --git a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala index 4f5aa0bf896ce..610939c6a9481 100644 --- a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala +++ b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala @@ -438,7 +438,7 @@ abstract class HiveThriftServer2Test extends FunSuite with BeforeAndAfterAll wit val driverClassPath = { // Writes a temporary log4j.properties and prepend it to driver classpath, so that it // overrides all other potential log4j configurations contained in other dependency jar files. - val tempLog4jConf= Utils.createTempDir().getCanonicalPath + val tempLog4jConf = Utils.createTempDir().getCanonicalPath Files.write( Paths.get(s"$tempLog4jConf/log4j.properties"),