Tian Gao created SPARK-54644:
--------------------------------

             Summary: Always stop the query before awaitTermination
                 Key: SPARK-54644
                 URL: https://issues.apache.org/jira/browse/SPARK-54644
             Project: Spark
          Issue Type: Test
          Components: PySpark
    Affects Versions: 4.2.0
            Reporter: Tian Gao


We have patterns like
{code:java}
        q.processAllAvailable()
        q.awaitTermination(10) {code}
which will wait for 10s until timeout - it costs us precious time in CI. We 
should stop the query before waiting unless we need to test the termination 
timeout itself.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to