Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19263#discussion_r145188788
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala 
---
    @@ -291,6 +292,7 @@ object EventLoggingListenerSuite {
       def getLoggingConf(logDir: Path, compressionCodec: Option[String] = 
None): SparkConf = {
         val conf = new SparkConf
         conf.set("spark.eventLog.enabled", "true")
    +    conf.set("spark.eventLog.blockUpdatesEnabled", "true")
    --- End diff --
    
    Why enable this if it's not being tested?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to