dbatomic commented on code in PR #45218:
URL: https://github.com/apache/spark/pull/45218#discussion_r1500455827
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CollationExpressionSuite.scala:
##########
@@ -59,7 +59,9 @@ class CollationExpressionSuite extends SparkFunSuite with
ExpressionEvalHelper {
test("collate on non existing collation") {
checkError(
- exception = intercept[SparkException] { Collate(Literal("abc"),
"UCS_BASIS") },
+ exception = intercept[SparkException] {
Review Comment:
To make your life easier when merging the change further on, please avoid
needless changes :)
--
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]