Subgraph Composition: Support multiple subgraph datasources#5731
Merged
incrypto32 merged 1 commit intomasterfrom Feb 4, 2025
Merged
Subgraph Composition: Support multiple subgraph datasources#5731incrypto32 merged 1 commit intomasterfrom
incrypto32 merged 1 commit intomasterfrom
Conversation
56f041a to
460f33e
Compare
6dfd085 to
a426a32
Compare
a426a32 to
c61b650
Compare
02ce854 to
62d1e2b
Compare
c61b650 to
8c2be00
Compare
5c14264 to
1ff44c6
Compare
1ff44c6 to
f43bf1b
Compare
mangas
reviewed
Jan 16, 2025
|
|
||
| impl Ord for TriggerData { | ||
| fn cmp(&self, other: &Self) -> std::cmp::Ordering { | ||
| match self.source_idx.cmp(&other.source_idx) { |
Contributor
There was a problem hiding this comment.
This is somewhat important, I think would be worth some comments/documentation about the decision and why it is working this way. Also probably a simple test to ensure this assumption is not broken going forward
Contributor
|
LGTM, really nice that you got added an integration test with the aggregation. |
06edc2b to
f38680e
Compare
0d84676 to
a8bb6c5
Compare
197b18d to
2a45671
Compare
a8bb6c5 to
c9875f5
Compare
e28ab16 to
4a290bf
Compare
c9875f5 to
e981792
Compare
cb0f57e to
5d2e3c8
Compare
81d2898 to
ad7075c
Compare
aabefc2 to
043685e
Compare
b7d2eec to
14c2762
Compare
14c2762 to
f1df5b7
Compare
zorancv
approved these changes
Feb 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.