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

    https://github.com/apache/spark/pull/12592#discussion_r60679517
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StreamTest.scala ---
    @@ -95,20 +89,18 @@ trait StreamTest extends QueryTest with Timeouts {
     
       /** A trait that can be extended when testing other sources. */
       trait AddData extends StreamAction {
    -    def source: Source
    -
         /**
          * Called to trigger adding the data.  Should return the offset that 
will denote when this
          * new data has been processed.
          */
    -    def addData(): Offset
    +    def addData(query: Option[StreamExecution]): (Source, Offset)
    --- End diff --
    
    note to self: update docs.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to