You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is from: NVIDIA/spark-rapids-jni#1539 (comment)
Implements just time format:
// has no yyyy-MM-dd parts:
Is your feature request related to a problem? Please describe.
This is from: NVIDIA/spark-rapids-jni#1539 (comment)
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)
}
The text was updated successfully, but these errors were encountered: