Skip to content

incorrect automatically named FullJoin -on -eq #45

@iRon7

Description

@iRon7

Based on feature #43

Actual:

1,2,3 | FullJoin 2,3,4 -On Left -eq Right

Left Right
---- -----
   1     1
   2     2
   3     3
   4     4

Expected:

1,2,3 | FullJoin 2,3,4 -On Left -eq Right

Left Right
---- -----
   1
   2     2
   3     3
         4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions