Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TJX2014 committed Jun 29, 2020
1 parent 7021539 commit 6802459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ class CollectionExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper
Seq(Date.valueOf("2018-01-01")))
}

test("SPARK-31982: Sequence step must be a day interval " +
test("SPARK-32133: Sequence step must be a day interval " +
"if start and end values are dates") {
val e = intercept[Exception](
checkEvaluation(Sequence(
Expand Down

0 comments on commit 6802459

Please sign in to comment.