marin-ma commented on code in PR #8883: URL: https://github.com/apache/incubator-gluten/pull/8883#discussion_r1977575549
########## docs/velox-backend-scalar-function-support.md: ########## @@ -187,20 +187,20 @@ ## Lambda Functions -| Spark Functions | Spark Expressions | Status | Restrictions | -|-------------------|---------------------|----------|----------------| -| aggregate | ArrayAggregate | S | | -| array_sort | ArraySort | S | | -| exists | ArrayExists | S | | -| filter | ArrayFilter | S | | -| forall | ArrayForAll | S | | -| map_filter | MapFilter | | | -| map_zip_with | MapZipWith | S | | -| reduce | ArrayAggregate | S | | -| transform | ArrayTransform | S | | -| transform_keys | TransformKeys | S | | -| transform_values | TransformValues | S | | -| zip_with | ZipWith | S | | +| Spark Functions | Spark Expressions | Status | Restrictions | Review Comment: This file is automatically generated and updated by script. Please avoid changing the format of this file. -- 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]
