Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Later
-
3.1.0
-
None
-
None
Description
CURRENT_TIME and LOCALTIME should be supported in the ANSI standard;
postgres=# select CURRENT_TIME; timetz -------------------- 16:45:43.398109+09 (1 row) postgres=# select LOCALTIME; time ---------------- 16:45:48.60969 (1 row)
Before this, we need to support TIME types (java.sql.Time).
Attachments
Issue Links
- relates to
-
SPARK-7101 Spark SQL should support java.sql.Time
- Resolved