philo-he commented on code in PR #12754:
URL: https://github.com/apache/gluten/pull/12754#discussion_r3781721073


##########
docs/velox-backend-scalar-function-support.md:
##########
@@ -370,7 +370,7 @@
 | encode             | Encode                      |          |                
                                         |
 | endswith           | EndsWithExpressionBuilder   | PS       | BinaryType 
unsupported                                  |
 | find_in_set        | FindInSet                   | S        |                
                                         |
-| format_number      | FormatNumber                |          |                
                                         |
+| format_number      | FormatNumber                | PS       | format_number 
only supports tinyint, smallint, integer, bigint, float and double input; 
DecimalType input is not supported in Velox<br>format_number with a string 
format argument (e.g. '#,###.##') is not supported in Velox; only an integer 
number of decimal places is supported |

Review Comment:
   Could you help update the PS function number?
   
   
https://github.com/apache/gluten/blob/cd22fb88f521133570f3b20853ce77566788b171/docs/velox-backend-scalar-function-support.md?plain=1#L3



-- 
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]

Reply via email to