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

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersConvert to IssueMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete CommentsDelete
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment