[ 
https://issues.apache.org/jira/browse/SPARK-31562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takeshi Yamamuro updated SPARK-31562:
-------------------------------------
    Description: 
This PR intends to add entries for substring, current_date, and 
current_timestamp in the SQL built-in function documents. Specifically, the 
entries are as follows;

SELECT current_date;
SELECT current_timestamp;
SELECT substring('abcd' FROM 1);
SELECT substring('abcd' FROM 1 FOR 2);

> Update ExpressionDescription for substring, current_date, and 
> current_timestamp
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-31562
>                 URL: https://issues.apache.org/jira/browse/SPARK-31562
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation, SQL
>    Affects Versions: 3.0.0
>            Reporter: Takeshi Yamamuro
>            Priority: Major
>
> This PR intends to add entries for substring, current_date, and 
> current_timestamp in the SQL built-in function documents. Specifically, the 
> entries are as follows;
> SELECT current_date;
> SELECT current_timestamp;
> SELECT substring('abcd' FROM 1);
> SELECT substring('abcd' FROM 1 FOR 2);



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

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

Reply via email to