Skip to content

Commit 8271b47

Browse files
committed
fix case
1 parent df5ec7e commit 8271b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/DatetimeFormatterSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ trait DatetimeFormatterSuite extends SparkFunSuite with SQLHelper with Matchers
7676

7777
Seq(true, false).foreach { isParsing =>
7878
// not support by the legacy one too
79-
val unsupportedBoth = Seq("QQQQQ", "qqqqq", "eeeee", "A", "c", "n", "N", "p", "e")
79+
val unsupportedBoth = Seq("QQQQQ", "qqqqq", "eeeee", "A", "B", "c", "n", "N", "p", "e")
8080
unsupportedBoth.foreach { pattern =>
8181
intercept[IllegalArgumentException](checkFormatterCreation(pattern, isParsing))
8282
}

0 commit comments

Comments
 (0)