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


##########
regression-test/suites/datatype_p0/decimalv3/test_decimal256_cast.groovy:
##########
@@ -41,4 +41,29 @@ suite("test_decimal256_cast") {
         select 
cast('0.000000000000000000000000000000000000000000000000000000000000000000000012345678901'
 as decimalv3(76,0));
     """
 
+    sql """
+        drop table  if exists dec256cast_to_float;

Review Comment:
   The previous cast test only test const literal, should also add some test to 
insert the data to a table and cast them during select.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to