Skip to content

Commit

Permalink
Fix TestOperator.scala for style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetesh2110 committed Aug 5, 2024
1 parent ffa6c15 commit 14de42a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ class TestOperator extends VeloxWholeStageTransformerSuite with AdaptiveSparkPla
spark.read.parquet(path.getCanonicalPath).createOrReplaceTempView("view")
runQueryAndCompare(
"SELECT x FROM view WHERE cast(x as timestamp) " +
"IN ('1970-01-01 08:00:00.001','1970-01-01 08:00:00.2')")(_)
"IN ('1970-01-01 08:00:00.001','1970-01-01 08:00:00.2')")(df => print(df))
}
}

Expand Down

0 comments on commit 14de42a

Please sign in to comment.