cloud-fan commented on code in PR #47401:
URL: https://github.com/apache/spark/pull/47401#discussion_r1682641788
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CollationExpressionSuite.scala:
##########
@@ -67,16 +67,16 @@ class CollationExpressionSuite extends SparkFunSuite with
ExpressionEvalHelper {
}
test("collation on non-explicit default collation") {
- checkEvaluation(Collation(Literal("abc")).replacement, "UTF8_BINARY")
+ checkEvaluation(Collation(Literal("abc")), "UTF8_BINARY")
Review Comment:
does `checkEvaluation` take care of `RuntimeReplaceable`?
--
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]