Skip to content

Commit

Permalink
scalastyle fix
Browse files Browse the repository at this point in the history
Signed-off-by: Haoyang Li <[email protected]>
  • Loading branch information
thirtiseven committed Jul 7, 2023
1 parent 2b7eae0 commit 6108a6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

package com.nvidia.spark.rapids

import java.lang.RuntimeException

import org.apache.spark.SparkConf
import org.apache.spark.sql.functions._

import java.lang.RuntimeException

class TimeOperatorsSuite extends SparkQueryCompareTestSuite {
testSparkResultsAreEqual("Test from_unixtime", datesPostEpochDf) {
frame => frame.select(from_unixtime(col("dates")))
Expand Down

0 comments on commit 6108a6e

Please sign in to comment.