zhouyuan commented on code in PR #8971: URL: https://github.com/apache/incubator-gluten/pull/8971#discussion_r1990948960
########## 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: it looks like the ANSI flag and the detail datatype support are missed? -- 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]
