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

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

A similar ticket was concluded by the following comment by [~rxin]. Let's close 
this for now

[#25678 
(comment)|https://github.com/apache/spark/pull/25678#issuecomment-531585556]

> 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.1.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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to