spark-rapids
spark-rapids copied to clipboard
[FEA] [follow-up] Parse just time to timestamp
Is your feature request related to a problem? Please describe. This is from: https://github.com/NVIDIA/spark-rapids-jni/pull/1539#issuecomment-1894854381 Implements just time format: // has no yyyy-MM-dd parts:
-
[h]h:[m]m:[s]s.[ms][ms][ms][us][us][us][zone_id]
-
T[h]h:[m]m:[s]s.[ms][ms][ms][us][us][us][zone_id]
Spark link:val localDate = if (justTime) { LocalDate.now(zoneId) }