uros-db commented on PR #47401:
URL: https://github.com/apache/spark/pull/47401#issuecomment-2248775140
hi folks @panbingkun @cloud-fan, just looking at this now - are we sure that
we want to call "checkEvaluation" on `Collation(Literal("abc"))` (instead of
`Collation(Literal("abc")).replacement`)?
afaik, we can't call `.eval `on `RuntimeReplaceable`s
`trait RuntimeReplaceable extends Expression` (Expression.scala):
```
final override def eval(input: InternalRow = null): Any =
throw QueryExecutionErrors.cannotEvaluateExpressionError(this)
```
--
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]