dongjoon-hyun commented on code in PR #57110:
URL: https://github.com/apache/spark/pull/57110#discussion_r3541268141
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/DateTimeUtilsSuite.scala:
##########
@@ -361,6 +361,24 @@ class DateTimeUtilsSuite extends SparkFunSuite with
Matchers with SQLHelper {
}
}
+ test("SPARK-58027: getZoneId normalizes legacy sign-prefixed offsets, passes
others through") {
+ // Sign-prefixed legacy formats are normalized: (+|-)h:mm -> (+|-)0h:mm,
(+|-)hh:m -> (+|-)hh:0m.
Review Comment:
Please fix the linter error, @LuciferYang .
```
[error]
/__w/spark/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/DateTimeUtilsSuite.scala:365:
File line length exceeds 100 characters
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]