You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jungtaek Lim (Jira)" <ji...@apache.org> on 2023/10/23 12:26:00 UTC

[jira] [Resolved] (SPARK-45631) Broken backward compatibility in PySpark: StreamingQueryListener due to the addition of onQueryIdle

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

Jungtaek Lim resolved SPARK-45631.
----------------------------------
    Fix Version/s: 3.5.1
                   4.0.0
       Resolution: Fixed

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

> Broken backward compatibility in PySpark: StreamingQueryListener due to the addition of onQueryIdle
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-45631
>                 URL: https://issues.apache.org/jira/browse/SPARK-45631
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 3.5.0, 4.0.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 3.5.1, 4.0.0
>
>
> We observed the issue that existing StreamingQueryListener implementations in PySpark start to fail after upgrading to 3.5.0. We identified that the root cause is https://issues.apache.org/jira/browse/SPARK-43183 since onQueryIdle was defined as `@abstractmethod`, requiring all exiting implementations to implement the method.
> It seems like abstractmethod annotation should be removed to retain backward compatibility.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org