Skip to content

[Bug] Outer Join Cause Error Result  #5284

Description

@HappenLee

Describe the bug
Do query like:

SELECT a.aid,
b.bid
FROM
(SELECT 3 AS aid)a
RIGHT JOIN
(SELECT 4 AS bid)b ON (a.aid=b.bid)

The right result is

image

But the Doris result is

image

Additional context

I Have find the problem. I will create a pull request to Fix this problem soon.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions