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

    https://github.com/apache/spark/pull/21733#discussion_r208481983
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/package.scala
 ---
    @@ -81,4 +85,221 @@ package object state {
             storeCoordinator)
         }
       }
    +
    +  /**
    --- End diff --
    
    Ummm why is it in this package class and not in separate file?? Is there 
any reason it has to be `state` package object when not all of stateful require 
it, only streaming aggregation?


---

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

Reply via email to