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
TimeInMilli.scala is about timestamps in seconds, not milliseconds.
I ended up here because I am trying to find out how to convert a LongType value like 1582053488123 that represents time since the epoch in milliseconds to a Spark TimestampType.
The text was updated successfully, but these errors were encountered:
TimeInMilli.scala is about timestamps in seconds, not milliseconds.
I ended up here because I am trying to find out how to convert a LongType value like 1582053488123 that represents time since the epoch in milliseconds to a Spark TimestampType.
The text was updated successfully, but these errors were encountered: