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

Fix mapping of ambiguous columns #122

Merged
merged 4 commits into from
Oct 23, 2023
Merged

Conversation

nilmerg
Copy link
Member

@nilmerg nilmerg commented Oct 20, 2023

No description provided.

@nilmerg nilmerg added the bug Something isn't working label Oct 20, 2023
@nilmerg nilmerg self-assigned this Oct 20, 2023
@cla-bot cla-bot bot added the cla/signed label Oct 20, 2023
Given the two relations `a.b` and `a.b.c` and `a.b.c_id` == `a.b.c.id`,
both paths are qualified to `a_b_c_id`, resulting in only one column
being returned by the datasource. Such a column must be kept and shared
until the last reference is fulfilled.
Copy link
Contributor

@sukhwinder33445 sukhwinder33445 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works 👍🏽

@nilmerg nilmerg merged commit 3a6f687 into main Oct 23, 2023
12 checks passed
@nilmerg nilmerg deleted the fix/mapping-of-ambiguous-columns branch October 23, 2023 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants