MaxGekk commented on code in PR #56317:
URL: https://github.com/apache/spark/pull/56317#discussion_r3363220819
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ToPrettyStringSuite.scala:
##########
@@ -135,6 +135,28 @@ class ToPrettyStringSuite extends SparkFunSuite with
ExpressionEvalHelper {
assert(prettyString.sql === child.sql)
}
+ test("TimestampNTZNanos as pretty strings") {
Review Comment:
Good catch, applied in a50de21 (prefixed both nanosecond pretty-string tests
with `SPARK-57256:` to match the CastSuiteBase tests).
--
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]