yiguolei commented on code in PR #37801:
URL: https://github.com/apache/doris/pull/37801#discussion_r1677796436


##########
regression-test/suites/delete_p0/test_delete.groovy:
##########
@@ -535,13 +536,18 @@ suite("test_delete") {
     """
     sql """
         insert into table_decimal values
-        (false, '-9999782574499444.2', -20),
-        (true, '-1', 10);
+        (false, '-9999782574499444.2', -20, 0.1234567),
+        (true, '-1', 10, 0.7654321);
     """
 
     sql """
         delete from table_decimal where k1 = false and k2 = 
'-9999782574499444.2' and k3 = '-20';
     """
+
+    sql """
+        delete from table_decimal where k4 = '0.1234567';
+    """

Review Comment:
   add test for  -0.123



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to