Skip to content

Commit 1cbd35b

Browse files
committed
Rename a test
1 parent 1852511 commit 1cbd35b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ class DateTimeUtilsSuite extends SparkFunSuite {
695695
}
696696
}
697697

698-
test("fast parse to micros") {
698+
test("parsing timestamp strings up to microsecond precision") {
699699
DateTimeTestUtils.outstandingTimezones.foreach { timeZone =>
700700
def check(pattern: String, input: String, reference: String): Unit = {
701701
val parser = new TimestampParser(FastDateFormat.getInstance(pattern, timeZone, Locale.US))

0 commit comments

Comments
 (0)