Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Gao committed Jan 12, 2022
1 parent bb33a85 commit 282d02b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class OrcScanSuite extends SparkQueryCompareTestSuite {
// should not have data, if orc.proleptic.gregorian is specified
val ret = spark.sql("select c1 from df1 where c1 >= to_date('1582-10-03', 'yyyy-MM-dd') ")
.collect()
assert(ret.isEmpty)
assert(ret.isEmpty)
}

val conf: SparkConf = new SparkConf()
Expand Down

0 comments on commit 282d02b

Please sign in to comment.