marin-ma commented on code in PR #8971: URL: https://github.com/apache/incubator-gluten/pull/8971#discussion_r2020738682
########## docs/velox-backend-aggregate-function-support.md: ########## @@ -0,0 +1,71 @@ +# Aggregate Functions Support Status + +**Out of 62 aggregate functions in Spark 3.5, Gluten currently fully supports 54 functions and partially supports 1 function.** + +## Aggregate Functions + +| Spark Functions | Spark Expressions | Status | Restrictions | +|-----------------------|------------------------------------|----------|----------------| Review Comment: We can't generate the datatype support list from parsing the log from unit tests, as they don't cover all function signatures. We can improve this by running expression fuzzer test in Gluten. -- 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]
