dwsmith1983 commented on issue #4466: URL: https://github.com/apache/datafusion-comet/issues/4466#issuecomment-5637028651
#4639 (7b279f8b1) replaced the shim helper with a registered serde. `CometStringDecode` (spark/src/main/spark-3.x/org/apache/comet/serde/CometStringDecode.scala) is a `CometCodegenDispatch` registered through `sparkVersionSpecificStringExpressions` on Spark 3.x, and on Spark 4.0+ the `StaticInvoke(StringDecode.decode, ...)` rewrite is mapped in spark/src/main/scala/org/apache/comet/serde/statics.scala, so the doc generator sees it. `decode` now appears in docs/source/user-guide/latest/expressions.md (which replaced the compatibility.md tables this issue refers to). Suggest closing. -- 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]
