We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af9df9 commit 363482eCopy full SHA for 363482e
sql/catalyst/src/test/scala/org/apache/spark/sql/util/DateTimeFormatterSuite.scala renamed to sql/catalyst/src/test/scala/org/apache/spark/sql/util/DateTimestampFormatterSuite.scala
@@ -24,7 +24,7 @@ import org.apache.spark.sql.catalyst.plans.SQLHelper
24
import org.apache.spark.sql.catalyst.util._
25
import org.apache.spark.sql.internal.SQLConf
26
27
-class DateTimeFormatterSuite extends SparkFunSuite with SQLHelper {
+class DateTimestampFormatterSuite extends SparkFunSuite with SQLHelper {
28
test("parsing dates") {
29
DateTimeTestUtils.outstandingTimezonesIds.foreach { timeZone =>
30
withSQLConf(SQLConf.SESSION_LOCAL_TIMEZONE.key -> timeZone) {
0 commit comments