GitHub user vanzin opened a pull request:

    https://github.com/apache/spark/pull/23050

    [SPARK-26079][sql] Ensure listener event delivery in 
StreamingQueryListenersConfSuite.

    Events are dispatched on a separate thread, so need to wait for them to be
    actually delivered before checking that the listener got them.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vanzin/spark SPARK-26079

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/23050.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23050
    
----
commit b9c2dc888e95f86bc9b883f0d07443c4e936d615
Author: Marcelo Vanzin <vanzin@...>
Date:   2018-11-15T19:39:33Z

    [SPARK-26079][sql] Ensure listener event delivery in 
StreamingQueryListenersConfSuite.
    
    Events are dispatched on a separate thread, so need to wait for them to be
    actually delivered before checking that the listener got them.

----


---

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

Reply via email to