zclllyybb commented on code in PR #54972:
URL: https://github.com/apache/doris/pull/54972#discussion_r2333274318


##########
regression-test/suites/correctness_p0/test_mask_function.groovy:
##########
@@ -113,4 +113,23 @@ suite("test_mask_function") {
         sql """ select mask_first_n("12345", id) from table_mask_test; """
         exception "mask_first_n must accept literal for 2nd argument"
     }
+
+    test {

Review Comment:
   得set enable_fold_constant_by_be=true;才能复现问题,现在添加的测试case不能保证复现之前的bug



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