yangzhg opened a new issue #4325:
URL: https://github.com/apache/incubator-doris/issues/4325
**Describe the bug**
abs function cannot handle bigint or bigger data
**To Reproduce**
Steps to reproduce the behavior:
1. create a table with bigint columns
2. load data and set column k1=abs(v1), v1 may have bigint max/min value
9223372036854775807 or -9223372036854775807
3. See error
the abs(-9223372036854775807) is negtive
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]