LuciferYang commented on code in PR #37193:
URL: https://github.com/apache/spark/pull/37193#discussion_r921129986
##########
core/src/main/scala/org/apache/spark/util/logging/DriverLogger.scala:
##########
@@ -66,7 +66,7 @@ private[spark] class DriverLogger(conf: SparkConf) extends
Logging {
// `AbstractFilterable.Builder.asBuilder()` method will return `Any` in
Scala.
val builder: Log4jFileAppender.Builder[_] =
Log4jFileAppender.newBuilder()
builder.withAppend(false)
- builder.withBufferedIo(false)
+ builder.setBufferedIo(false)
Review Comment:
Only this one case
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]