Max Gekk created SPARK-51342:
--------------------------------

             Summary: Add TimeType
                 Key: SPARK-51342
                 URL: https://issues.apache.org/jira/browse/SPARK-51342
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.1.0
            Reporter: Max Gekk
            Assignee: Max Gekk


Add TimeType to Spark SQL data types. New type should conform to TIME (n) 
WITHOUT TIMEZONE of the SQL standard. And it should support seconds precision 
up to 6 digits (microseconds) which means that TimeType should have a 
parameter. The default size should be 8 to support the range 00:00:00.000000 to 
23:59:59.999999: 24 * 3600 * 1000 * 1000 = 86400000000 (> Int.MaxValue).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to