[ https://issues.apache.org/jira/browse/SPARK-51342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Max Gekk resolved SPARK-51342. ------------------------------ Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 50103 [https://github.com/apache/spark/pull/50103] > 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 > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org