Conversation
|
@TylerBloom, please consider creating a changeset entry in |
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: dc733b3b83c9f45659222997 |
There was a problem hiding this comment.
This is not an error, but a difference between how JS and Rust represent paths.
There was a problem hiding this comment.
This is the source of the issue. See the corresponding JS code.
duckki
left a comment
There was a problem hiding this comment.
Looks good!
Have you tried it over the corpus?
|
@duckki , I just completed a run through corpus and it seems like it introduced 260 correctness errors 🙈 |
|
Correction! I was reading the data incorrectly. Of the data in corpus, there are no regressions (or improvements) in correctness. |
d7dea62 to
14bdf1a
Compare
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.
Exceptions
Note any exceptions here
Notes
Footnotes
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. ↩
Configuration is an important part of many changes. Where applicable please try to document configuration examples. ↩
A lot of (if not most) features benefit from built-in observability and
debug-level logs. Please read this guidance on metrics best-practices. ↩Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions. ↩