Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-db committed Aug 1, 2024
1 parent f46b4dd commit b6cd882
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ trait SparkDateTimeUtils {
def toJavaTimestamp(timeZoneId: String, micros: Long): Timestamp =
toJavaTimestampNoRebase(rebaseGregorianToJulianMicros(timeZoneId, micros))


/**
* Converts microseconds since the epoch to an instance of `java.sql.Timestamp`.
*
Expand Down Expand Up @@ -294,7 +293,6 @@ trait SparkDateTimeUtils {
def fromJavaTimestamp(timeZoneId: String, t: Timestamp): Long =
rebaseJulianToGregorianMicros(timeZoneId, fromJavaTimestampNoRebase(t))


/**
* Converts an instance of `java.sql.Timestamp` to the number of microseconds since
* 1970-01-01T00:00:00.000000Z.
Expand Down

0 comments on commit b6cd882

Please sign in to comment.