Maciej Szymkiewicz created SPARK-37288:
------------------------------------------

             Summary: Backport update pyspakr.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.2.0, 3.1.0
            Reporter: Maciej Szymkiewicz


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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to