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

Fixed has many relationship with multiple columns #1046

Merged

Conversation

bgertsberg11
Copy link
Contributor

Fixed 2 issues.

  1. Incorrect order of the values in the structKey (they were read in the order of the columns and not in the join order)
  2. If you have multiple relationships that use the column with the same name, the value in the structKey would get duplicated. Typical example partitioned tables with same partition column (year)

@bgertsberg11 bgertsberg11 force-pushed the fix-has-many-with-multiple-columns branch from f9f19f4 to 1664b2c Compare October 31, 2024 14:12
@j2gg0s j2gg0s self-assigned this Nov 4, 2024
@j2gg0s j2gg0s merged commit 1b62093 into uptrace:master Nov 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants