[Bug]: TPCH 1T Q14 sometimes was hung on daily regression 4CN on TKE #21222
Labels
kind/bug
Something isn't working
long-term-job
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
81ac6e6
Other Environment Information
Actual Behavior
job link:
https://github.com/matrixorigin/mo-nightly-regression/actions/runs/12749500955/job/35533280852
but when running q14 separately, it can succeed.
mysql> select 100.00 * sum(case when p_type like 'PROMO%' then l_extendedprice * (1 - l_discount) else 0 end) / sum(l_extendedprice * (1 - l_discount)) as promo_revenue from lineitem, part where l_partkey = p_partkey and l_shipdate >= date '1996-04-01' and l_shipdate < date '1996-04-01' + interval '1' month;
+-----------------+
| promo_revenue |
+-----------------+
| 16.651187312928 |
+-----------------+
1 row in set (0.06 sec)
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: