uros-db commented on PR #45738: URL: https://github.com/apache/spark/pull/45738#issuecomment-2030699757
since the "COMPLEX_EXPRESSION_UNSUPPORTED_INPUT.MISMATCHED_TYPES" problem seems to be in `Right.replacement` expression when doing `Literal(value, dataType)`, did you try something like `Literal(UTF8String.EMPTY_UTF8, str.dataType)` to match these datatypes? -- 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]
