This is an automated email from the ASF dual-hosted git repository. felixybw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ce4652808 Update function suppport (#5578)
ce4652808 is described below
commit ce4652808ae51d009c4cdf16cb7b479ec3a1e028
Author: Ankita Victor <[email protected]>
AuthorDate: Tue Apr 30 03:24:19 2024 +0530
Update function suppport (#5578)
Update Velox support progress for bit_xor and array_remove.
---
docs/velox-backend-support-progress.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/velox-backend-support-progress.md
b/docs/velox-backend-support-progress.md
index 50e28bf62..78d122147 100644
--- a/docs/velox-backend-support-progress.md
+++ b/docs/velox-backend-support-progress.md
@@ -120,7 +120,7 @@ Gluten supports 199 functions. (Drag to right to see all
data types)
| bit_count | bit_count | bit_count
| S | | S | S | S | S | S |
| | | | | | | | |
| | | |
| bit_get | | bit_get
| S | | | S | S | S | S |
| | | | | | | | |
| | | |
| bit_or | |
| S | | | | | | |
| | | | | | | | |
| | | |
-| bit_xor | |
| | | | | | | |
| | | | | | | | |
| | | |
+| bit_xor | | bit_xor
| S | | | | | | |
| | | | | | | | |
| | | |
| case | |
| S | | | | | | |
| | | | | | | | |
| | | |
| div | |
| | | | | | | |
| | | | | | | | |
| | | |
| getbit | |
| | | | | | | |
| | | | | | | | |
| | | |
@@ -268,7 +268,7 @@ Gluten supports 199 functions. (Drag to right to see all
data types)
| array_max | array_max |
| S | | | | | | |
| | | | | | | | |
| | | |
| array_min | array_min |
| S | | | | | | |
| | | | | | | | |
| | | |
| array_position | array_position |
| S | | | | | | |
| | | | | | | | |
S | | | |
-| array_remove | |
| | | | | | | |
| | | | | | | | |
| | | |
+| 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 | |
| | | | | | | |
| | | | | | | | |
| | | |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
