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


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

Review Comment:
   字面常量的测试:包括打开常量折叠,关闭常量折叠
   变量的测试:把数据插入到表中,然后select 执行函数
   cast: 别的类型,到decimal; decimal 到别的类型。
   不论是字面量还是变量,都要测试异常的值。



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