andygrove commented on code in PR #2581: URL: https://github.com/apache/datafusion-comet/pull/2581#discussion_r2433304397
########## docs/source/user-guide/latest/compatibility.md: ########## @@ -83,9 +83,6 @@ The `native_datafusion` scan has some additional limitations: Comet will fall back to Spark for the following expressions when ANSI mode is enabled, unless `spark.comet.expression.allowIncompatible=true`. -- IntegralDivide -- Remainder -- Round Review Comment: That's a good question. We do fall back to Spark in some cases, but when we run natively, we claim full compatibility. In other words, "compatible" != "fully supported". -- 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]
