[ 
https://issues.apache.org/jira/browse/SPARK-54644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-54644.
----------------------------------
    Fix Version/s: 4.2.0
       Resolution: Fixed

Issue resolved by pull request 53394
[https://github.com/apache/spark/pull/53394]

> 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
>            Assignee: Tian Gao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.2.0
>
>
> 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