HyukjinKwon commented on PR #36113:
URL: https://github.com/apache/spark/pull/36113#issuecomment-1092725483
There's another test failure:
```
[info] SparkThrowableSuite:
[info] - No duplicate error classes (5 milliseconds)
[info] - Error classes are correctly formatted *** FAILED *** (11
milliseconds)
[info] "... %s.\n%s" ]
[info] },
[info] "[CAST_CAUSES_OVERFLOW" : {
[info] "message" : [ "Casting %s to %s causes overflow. To return NULL
instead, use 'try_cast'. If necessary set %s to false to bypass this error." ],
[info] "sqlState" : "22005"
[info] },
[info] "CONCURRENT_QUERY" : {
[info] "message" : [ "Another instance of this query was just started
by a concurrent session." ]
[info] },
[info] "DATETIME_OVERFLOW" : {
[info] "message" : [ "Datetime operation overflow: %s." ],
[info] "sqlState" : "22008"
```
Mind fixing this togheter?
--
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]