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

[jira] [Created] (SPARK-36585) Support setting "since" version in FunctionRegistry

Gengliang Wang created SPARK-36585:
--------------------------------------

             Summary: Support setting "since" version in FunctionRegistry
                 Key: SPARK-36585
                 URL: https://issues.apache.org/jira/browse/SPARK-36585
             Project: Spark
          Issue Type: Bug
          Components: docs, SQL
    Affects Versions: 3.2.0
            Reporter: Gengliang Wang
            Assignee: Gengliang Wang


Spark 3.2.0 includes two new functions "regexp" and "regexp_like", which are identical to "rlike". However, in the generated documentation. the since versions of both functions are "1.0.0" since they are based on the expression "RLike".
https://dist.apache.org/repos/dist/dev/spark/v3.2.0-rc1-docs/_site/api/sql/index.html#regexp
https://dist.apache.org/repos/dist/dev/spark/v3.2.0-rc1-docs/_site/api/sql/index.html#regexp_like

FunctionRegistry should support setting "since" version to make sure the generated documentation is correct.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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