You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "YoungGyu Chun (Jira)" <ji...@apache.org> on 2020/02/25 14:13:00 UTC

[jira] [Commented] (SPARK-27148) Support CURRENT_TIME and LOCALTIME when ANSI mode enabled

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

YoungGyu Chun commented on SPARK-27148:
---------------------------------------

[~pavithraramachandran] are you still working on?

> Support CURRENT_TIME and LOCALTIME when ANSI mode enabled
> ---------------------------------------------------------
>
>                 Key: SPARK-27148
>                 URL: https://issues.apache.org/jira/browse/SPARK-27148
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Takeshi Yamamuro
>            Priority: Major
>
> CURRENT_TIME and LOCALTIME should be supported in the ANSI standard;
> {code:java}
> postgres=# select CURRENT_TIME;
>        timetz       
> --------------------
> 16:45:43.398109+09
> (1 row)
> postgres=# select LOCALTIME;
>       time      
> ----------------
> 16:45:48.60969
> (1 row){code}
> Before this, we need to support TIME types (java.sql.Time).



--
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