wangbo commented on issue #8588:
URL: 
https://github.com/apache/incubator-doris/issues/8588#issuecomment-1077053599


   >Seems this query will calculate with decimal type. Vec engine decimal 
type's implement completely different with row engine decimal type's implement.
   
   You're right.
   Vec version using int128 to calculate result, while row version using 
```DecimalV2Value``` to calculate result.
   I hard code Vec version to use ```DecimalV2Value``` to calculate div  and 
the result is same with Row version.
   


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