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

    https://github.com/apache/spark/pull/21977#discussion_r207414776
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -114,6 +114,10 @@ package object config {
         .checkValue(_ >= 0, "The off-heap memory size must not be negative")
         .createWithDefault(0)
     
    +  private[spark] val PYSPARK_EXECUTOR_MEMORY = 
ConfigBuilder("spark.executor.pyspark.memory")
    +      .bytesConf(ByteUnit.MiB)
    +      .createOptional
    --- End diff --
    
    tiny nit: indentation ..


---

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

Reply via email to