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