meox3259 commented on code in PR #49057:
URL: https://github.com/apache/doris/pull/49057#discussion_r2033796595


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java:
##########
@@ -689,8 +689,8 @@ public class BuiltinScalarFunctions implements 
FunctionHelper {
             scalar(If.class, "if"),
             scalar(Ignore.class, "ignore"),
             scalar(Initcap.class, "initcap"),
-            scalar(InnerProduct.class, "inner_product"),
-            scalar(Instr.class, "instr"),
+            scalar(InnerProduct.class, "inner_product", "dot_product"),
+                    scalar(Instr.class, "instr"),

Review Comment:
   Sorry for being late, there is some problem with my PC running regression 
test, I will try to fix 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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to