codecae commented on PR #53998:
URL: https://github.com/apache/airflow/pull/53998#issuecomment-3172292410

   > Instead of doing another full pass on `filteredEdges` and creating another 
big list of edges with many duplicated, move this deduplication step directly 
in the `formatChildNode` function. This will allow to not insert duplicated 
edges at all in the first place, removing the need for an extra step in the 
process.
   
   The deduplication logic has been moved to `formatChildNode` with complexity 
reduced to O(n).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to