Skip to content

[Bug] Outer Join Cause Error Result  #5284

@HappenLee

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.

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