You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test finished, fail fast enabled, 1 out of 354 records failed to run
0: query failed: Databend sqllogictests error: http query error: code: 1001, Text: EOF while parsing a value at line 1 column 0
Error: SelfError("sqllogictest failed")
[SQL] select
c_custkey, count(o_orderkey) as c_count
from
customer
right join
orders
on c_custkey = o_custkey
and o_comment not like '%pending%deposits%' and c_custkey > 100 and c_custkey < 120
group by
c_custkey
order by c_custkey
limit 20;
at tests/sqllogictests/suites/tpch/sample.test:155
The text was updated successfully, but these errors were encountered:
Summary
https://github.com/databendlabs/databend/actions/runs/11909097295/job/33186944973?pr=16869
Test finished, fail fast enabled, 1 out of 354 records failed to run
0: query failed: Databend sqllogictests error: http query error: code: 1001, Text: EOF while parsing a value at line 1 column 0
Error: SelfError("sqllogictest failed")
[SQL] select
c_custkey, count(o_orderkey) as c_count
from
customer
right join
orders
on c_custkey = o_custkey
and o_comment not like '%pending%deposits%' and c_custkey > 100 and c_custkey < 120
group by
c_custkey
order by c_custkey
limit 20;
at tests/sqllogictests/suites/tpch/sample.test:155
The text was updated successfully, but these errors were encountered: