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/07/31 09:12:39 UTC

[GitHub] [incubator-doris] yangzhg opened a new issue #4227: [BUG] delete by DECIMAL type in where clause may cause delete failed

yangzhg opened a new issue #4227:
URL: https://github.com/apache/incubator-doris/issues/4227


   **Describe the bug**
   Querys like `DELETE FROM tbl WHERE decimal_key <= "123.456";`  when the type of decimal_key is DECIMALV2  may failed randomly, this is because the  `precision` and `scale` is not set
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. create a table with `decimal` type like `decimal(27, 9)`
   2. import some data
   3. exec query like  `DELETE FROM tbl WHERE decimal_key <= "123.456";`  many  times
   4. See error
   
   **Expected behavior**
   exec sucess
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/9098473/89020117-f89b6780-d350-11ea-883a-59e3701bfa48.png)
   


----------------------------------------------------------------
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 #4227: [BUG] delete by DECIMAL type in where clause may cause delete failed

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


   


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