marin-ma commented on code in PR #8835: URL: https://github.com/apache/incubator-gluten/pull/8835#discussion_r1971938644
##########
docs/velox-backend-support-progress.md:
##########
@@ -299,20 +299,19 @@ Gluten supports 199 functions. (Drag to right to see all
data types)
| array_remove | array_remove |
| S | | | | | | |
| | | | | | | | |
| | | |
| array_repeat | |
| S | | S | S | S | S | S | S
| S | S | S | S | S | | | |
| | | |
| array_sort | array_sort | array_sort
| S | | | | | | |
| | | | | | | | |
| | | |
-| array_union | |
| | | | | | | |
| | | | | | | | |
| | | |
-| arrays_overlap | array_overlap | S
| | | | | | | |
| | | | | | | | |
| | | |
+| array_union | array_union | array_union
| S | | | | | | |
| | | | | | | | |
| | | |
+| arrays_overlap | array_overlap | array_overlap
| S | | | | | | |
| | | | | | | | |
| | | |
| arrays_zip | zip |
| S | | | | | | |
| | | | | | | | |
| | | |
| cardinality | cardinality |
| | | | | | | |
| | | | | | | | |
| | | |
| element_at | element_at | element_at
| S | | | | | | |
| | | | | | | | |
S | S | | |
| exists | any_match |
| S | | | | | | |
| | | | | | | | |
| | | |
-| explode, explode_outer | |
| | | | | | | |
| | | | | | | | |
| | | |
-| explode_outer, explode | |
| | | | | | | |
| | | | | | | | |
| | | |
+| explode, explode_outer | explode | explode
| S | | | | | | |
| | | | | | | | |
| | | |
Review Comment:
explode is supported, while explode_outer is not. [This
PR](https://github.com/apache/incubator-gluten/pull/8333) is working on it.
--
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]
