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

[jira] [Updated] (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 ]

ASF GitHub Bot updated SPARK-45631:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Blocker
>              Labels: pull-request-available
>
> 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