You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/11/11 10:25:00 UTC

[jira] [Commented] (SPARK-37288) Backport update pyspark.since annotation to 3.1 and 3.2

    [ https://issues.apache.org/jira/browse/SPARK-37288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442207#comment-17442207 ] 

Apache Spark commented on SPARK-37288:
--------------------------------------

User 'zero323' has created a pull request for this issue:
https://github.com/apache/spark/pull/34555

> Backport update pyspark.since annotation to 3.1 and 3.2
> -------------------------------------------------------
>
>                 Key: SPARK-37288
>                 URL: https://issues.apache.org/jira/browse/SPARK-37288
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>    Affects Versions: 3.1.0, 3.2.0
>            Reporter: Maciej Szymkiewicz
>            Priority: Major
>
> Annotation for {{pyspark.since}} has been changed in SPARK-36906, from
> {code:python}
> def since(version: str) -> Callable[[T], T]: ...
> {code}
> to
> {code:python}
> def since(version: Union[str, float]) -> Callable[[T], T]: ...
> {code}
> We should backport this change to 3.1 and 3.2 (see for example https://github.com/delta-io/delta/pull/305)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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