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

    https://github.com/apache/spark/pull/21738#discussion_r201154124
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -563,4 +563,12 @@ package object config {
           .intConf
           .checkValue(v => v > 0, "The value should be a positive integer.")
           .createWithDefault(2000)
    +
    +  private[spark] val BUFFER_PAGE_SIZE =
    --- End diff --
    
    Small comment, while this is a valid change to make, it is a bit unrelated. 
Shall we do this in a different PR?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to