-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(lineage): add time filtering for lineage edges #7159
feat(lineage): add time filtering for lineage edges #7159
Conversation
cd3cf9b
to
7b87b84
Compare
0bc9a50
to
29d51db
Compare
metadata-io failing build |
4f9b77a
to
429e0b6
Compare
private static List<Edge> getMergedEdges(final Set<Edge> oldEdgeSet, final Set<Edge> newEdgeSet) { | ||
final Map<Integer, com.linkedin.metadata.graph.Edge> oldEdgesMap = oldEdgeSet | ||
.stream() | ||
.map(edge -> Pair.of(edge.hashCode(), edge)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could bite us later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like surround it with a try/catch?
Or wdym?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty rad change. Once we go green I think we're good to go. Given the size of this change, let's be very alert w.r.t. what we hear frm community
429e0b6
to
48dea21
Compare
48dea21
to
b52953b
Compare
b52953b
to
beac911
Compare
Checklist