dwsmith1983 commented on issue #5068: URL: https://github.com/apache/datafusion-comet/issues/5068#issuecomment-5636818323
The native boolean-to-decimal cast was removed in #5185 (ce602ac85). `CometCast.canCastFromBoolean` in spark/src/main/scala/org/apache/comet/expressions/CometCast.scala now reports the decimal target as unsupported, and the `CodegenDispatchFallback` mixin on `CometCast` routes it through Spark's own generated code inside the Comet pipeline, so Spark's eval-mode semantics apply in legacy, try and ANSI mode. There is no `cast_boolean_to_decimal` in the native crate any more. 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]
