Hyukjin Kwon created SPARK-21724:
------------------------------------

             Summary: Missing since information in the documentation of date 
functions
                 Key: SPARK-21724
                 URL: https://issues.apache.org/jira/browse/SPARK-21724
             Project: Spark
          Issue Type: Documentation
          Components: Documentation, SQL
    Affects Versions: 2.3.0
            Reporter: Hyukjin Kwon
            Priority: Minor


Currently, we have missing version information for Spark SQL's builtin 
functions. 
Please see https://spark-test.github.io/sparksqldoc/

For example, we could add the version information as below:

{code}
spark-sql> describe function extended datediff;
Function: datediff
...
Extended Usage:
    Examples:
      ...

    Since: 1.5.0
{code}

and also in the SQL builtin function documentation.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to