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

Relational Graph Fetch - Handle embedded mappings in a smarter way #3337

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gs-jp1
Copy link
Contributor

@gs-jp1 gs-jp1 commented Jan 7, 2025

What type of PR is this?

Bug Fix

What does this PR do / why is it needed ?

For embedded mappings we want to filter out any rows that have no values associated with any of the selected embedded properties. This is to effectively mimic a left outer join which would result in [0] if no join match instead of populating an empty object which could then have false defects.

Which issue(s) this PR fixes:

Other notes for reviewers:

Does this PR introduce a user-facing change?

@gs-jp1 gs-jp1 requested a review from a team as a code owner January 7, 2025 09:53
@gs-jp1 gs-jp1 changed the title Review jp relgraphfetch Relational Graph Fetch - Handle embedded mappings in a smarter way Jan 7, 2025
Copy link

github-actions bot commented Jan 7, 2025

Test Results

  1 018 files    1 018 suites   1h 44m 25s ⏱️
12 846 tests 12 737 ✔️ 109 💤 0
18 883 runs  18 774 ✔️ 109 💤 0

Results for commit 8f0843f.

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.

1 participant