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

Bug Report: Dual left join query returns more results than it should #15958

Open
GuptaManan100 opened this issue May 16, 2024 · 0 comments · May be fixed by #15959
Open

Bug Report: Dual left join query returns more results than it should #15958

GuptaManan100 opened this issue May 16, 2024 · 0 comments · May be fixed by #15959

Comments

@GuptaManan100
Copy link
Member

Overview of the Issue

Running a query like -

select t.title, user.col from (select 'hello' as title) as t left join user on user.id=1

sometimes results in more than 1 row returned in a sharded keyspace.

This is incorrect since the query is a left join query should return only 1 row.

Reproduction Steps

Run the given query in a sharded keyspace

Binary Version

main

Operating System and Environment details

-

Log Fragments

No response

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

Successfully merging a pull request may close this issue.

1 participant