We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46ef0d commit c489e0eCopy full SHA for c489e0e
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
438
val driverClassPath = {
439
// Writes a temporary log4j.properties and prepend it to driver classpath, so that it
440
// overrides all other potential log4j configurations contained in other dependency jar files.
441
- val tempLog4jConf= Utils.createTempDir().getCanonicalPath
+ val tempLog4jConf = Utils.createTempDir().getCanonicalPath
442
443
Files.write(
444
Paths.get(s"$tempLog4jConf/log4j.properties"),
0 commit comments