Skip to content

Fixed FED 644#7915

Closed
TylerBloom wants to merge 0 commit intodevfrom
tylerb/fed-644
Closed

Fixed FED 644#7915
TylerBloom wants to merge 0 commit intodevfrom
tylerb/fed-644

Conversation

@TylerBloom
Copy link
Contributor

This PR addresses an issue from the porting of the query planner. Some edges in the query graph were being incorrectly treated as external. This caused them to be removed from the query graph and for building a plan to fail.


Checklist

Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.

  • PR description explains the motivation for the change and relevant context for reviewing
  • PR description links appropriate GitHub/Jira tickets (creating when necessary)
  • Changeset is included for user-facing changes
  • Changes are compatible1
  • Documentation2 completed
  • Performance impact assessed and acceptable
  • Metrics and logs are added3 and documented
  • Tests added and passing4
    • Unit tests
    • Integration tests
    • Manual tests, as necessary

Exceptions

Note any exceptions here

Notes

Footnotes

  1. It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this.

  2. Configuration is an important part of many changes. Where applicable please try to document configuration examples.

  3. A lot of (if not most) features benefit from built-in observability and debug-level logs. Please read this guidance on metrics best-practices.

  4. Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions.

@TylerBloom TylerBloom requested review from a team as code owners July 17, 2025 19:31
@github-actions
Copy link
Contributor

@TylerBloom, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@apollo-librarian
Copy link

apollo-librarian bot commented Jul 17, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: dc733b3b83c9f45659222997

Comment on lines 2345 to 2346
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not an error, but a difference between how JS and Rust represent paths.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the source of the issue. See the corresponding JS code.

Copy link
Contributor

@duckki duckki left a comment

Choose a reason for hiding this comment

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

Looks good!
Have you tried it over the corpus?

@TylerBloom
Copy link
Contributor Author

@duckki , I just completed a run through corpus and it seems like it introduced 260 correctness errors 🙈

@TylerBloom
Copy link
Contributor Author

Correction! I was reading the data incorrectly. Of the data in corpus, there are no regressions (or improvements) in correctness.

@TylerBloom TylerBloom closed this Jul 18, 2025
@duckki duckki mentioned this pull request Jul 18, 2025
10 tasks
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