spark-rapids icon indicating copy to clipboard operation
spark-rapids copied to clipboard

[FEA] [follow-up] Parse just time to timestamp

Open res-life opened this issue 1 year ago • 1 comments

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) }

res-life avatar Jan 19 '24 02:01 res-life