nextdreamblue commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984285750
##########
regression-test/suites/tpcds_sf1000_p2/sql/q01.sql:
##########
@@ -17,7 +17,7 @@ FROM
, store
, customer
WHERE (ctr1.ctr_total_return > (
- SELECT (avg(ctr_total_return) * CAST('1.2' AS DECIMAL))
Review Comment:
DECIMAL 默认是(9,0)吧,如果按默认走,就只剩下1了
--
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]