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 2020/07/05 08:07:00 UTC

[jira] [Commented] (SPARK-31562) Update ExpressionDescription for substring, current_date, and current_timestamp

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

Apache Spark commented on SPARK-31562:
--------------------------------------

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

> 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
>            Assignee: Takeshi Yamamuro
>            Priority: Major
>             Fix For: 3.0.0
>
>
> This jira 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org