You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/11 10:54:23 UTC

[GitHub] [incubator-doris] yangzhg opened a new issue #4325: [BUG] abs function cannot handle bigint or bigger data

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:
users@infra.apache.org



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


[GitHub] [incubator-doris] morningman closed issue #4325: [BUG] abs function cannot handle bigint or bigger data

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4325:
URL: https://github.com/apache/incubator-doris/issues/4325


   


----------------------------------------------------------------
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:
users@infra.apache.org



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