Takeshi Yamamuro created SPARK-27148: ----------------------------------------
Summary: Support CURRENT_TIME, LOCALTIME, and LOCALTIMESTAMP 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 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 (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org