YutaLin opened a new pull request, #4284: URL: https://github.com/apache/datafusion-comet/pull/4284
## Which issue does this PR close? Closes #3184 ## Rationale for this change Decode is RuntimeReplaceable in Spark. It's computed through `Decode.createExpr` so * 2-arg decode is transformed into StringDecode, which Comet already handles through stringDecode(utf-8 only) * n-arg decode is transformed into CaseWhen, which Comet also supports. We only need to add test to verify the behavior. ## What changes are included in this PR? Add `decode.sql` ## How are these changes tested? run encode.sql test in spark 3.4/3.5/4.0 -- 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]
