MaxGekk commented on code in PR #36211:
URL: https://github.com/apache/spark/pull/36211#discussion_r851659673
##########
sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala:
##########
@@ -388,4 +388,16 @@ class QueryExecutionErrorsSuite extends QueryTest
|""".stripMargin)
}
}
+
+ test("INVALID_FRACTION_OF_SECOND: make_timestamp failure - the fraction of
sec must be zero") {
Review Comment:
let's not add so much details in the title:
```suggestion
test("INVALID_FRACTION_OF_SECOND: in the function make_timestamp") {
```
--
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]