andygrove commented on issue #1729: URL: https://github.com/apache/datafusion-comet/issues/1729#issuecomment-4143631275
The `Ceil` and `Floor` expressions are now marked as Incompatible when the input is DecimalType, which means they fall back to Spark by default for decimal inputs. Since default behavior is now correct (via Spark fallback), this is no longer a bug. Relabeling as an enhancement to track implementing correct Decimal128 handling in the native implementation in the future. -- 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]
