Mryange opened a new pull request, #39358:
URL: https://github.com/apache/doris/pull/39358

   ## Proposed changes
   
   ```
   CREATE TABLE testdb (
       K1 BIGINT,
       K2 FLOAT
   ) properties("replication_num" = "1");
   insert into testdb values(1,1.1);
   select mod(k1,k2) from testdb;
   mysql [test10]>select mod(k1,k2) from testdb;
   ERROR 1105 (HY000): errCode = 2, detailMessage = 
(127.0.0.1)[INTERNAL_ERROR]Function mod get failed, expr is 
VectorizedFnCall[mod](arguments=K1, K2,return=Nullable(Float32)) and return 
type is Nullable(Float32).
   ```
   
   <!--Describe your changes.-->
   
   


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