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: 09_0033_distributed_merge_into_without_enable.test:74 #17383

Open
TCeason opened this issue Jan 29, 2025 · 0 comments
Open

flaky ci: 09_0033_distributed_merge_into_without_enable.test:74 #17383

TCeason opened this issue Jan 29, 2025 · 0 comments
Labels
C-bug Category: something isn't working

Comments

@TCeason
Copy link
Collaborator

TCeason commented Jan 29, 2025

Summary

0: query failed: Databend sqllogictests error: code: 1006, message: no file found
[SQL] merge into distributed_target_test as tt using (select a,b,is_databend_deleted from @distributed_source_parquet (pattern => '.*[.]parquet')) as ss on (ss.a = tt.a)
when matched and ss.is_databend_deleted = true then delete when matched then update * when not matched and ss.is_databend_deleted = false then insert *;
at tests/sqllogictests/suites/base/09_fuse_engine/./09_0033_distributed_merge_into_without_enable.test:74
at tests/sqllogictests/suites/base/09_fuse_engine/09_0028_distributed_merge_into.test:4

@TCeason TCeason added the C-bug Category: something isn't working label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant