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

    https://github.com/apache/spark/pull/21559#discussion_r195268218
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/memory.scala 
---
    @@ -228,19 +229,45 @@ trait MemorySinkBase extends BaseStreamingSink {
       def latestBatchId: Option[Long]
     }
     
    +/**
    + * Companion object to MemorySinkBase.
    + */
    +object MemorySinkBase {
    +  val MAX_MEMORY_SINK_ROWS = "maxMemorySinkRows"
    --- End diff --
    
    `maxRows` is sufficient


---

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

Reply via email to