Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-30374 Feature Parity between PostgreSQL and Spark (ANSI/SQL)
  3. SPARK-27148

Support CURRENT_TIME and LOCALTIME when ANSI mode enabled

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Later
    • 3.1.0
    • None
    • SQL
    • 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

          Activity

            People

              Unassigned Unassigned
              maropu Takeshi Yamamuro
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: