Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flaky ci: EOF while parsing a value at line 1 column 0 #16768

Open
TCeason opened this issue Nov 5, 2024 · 0 comments
Open

flaky ci: EOF while parsing a value at line 1 column 0 #16768

TCeason opened this issue Nov 5, 2024 · 0 comments

Comments

@TCeason
Copy link
Collaborator

TCeason commented Nov 5, 2024

Summary

https://github.com/databendlabs/databend/actions/runs/11643595366/job/32424839560 (rerun is ok)

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
[SQL] select
    c_custkey
from
    customer
        inner join
    orders
    on c_custkey = o_custkey
        and o_comment not like '%pending%deposits%' and c_custkey > 100 and c_custkey < 120 order by c_custkey limit 20;
at tests/sqllogictests/suites/tpch/sample.test:88

Error: SelfError("sqllogictest failed")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant