Skip to content
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

Fix O(n^2) logic part 2 #26977

Merged
merged 3 commits into from
Jan 9, 2025
Merged

Fix O(n^2) logic part 2 #26977

merged 3 commits into from
Jan 9, 2025

Conversation

salazarm
Copy link
Contributor

@salazarm salazarm commented Jan 9, 2025

Summary & Motivation

Use a set to avoid searching an array within runStatusForPartitionKey because it's already being called on an array of partition keys.

Copy link

github-actions bot commented Jan 9, 2025

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-l1imj86a8-elementl.vercel.app
https://salazarm-fix-n2-two.core-storybook.dagster-docs.io

Built with commit 06d95e5.
This pull request is being automatically deployed with vercel-action

@salazarm salazarm merged commit 166386b into master Jan 9, 2025
2 checks passed
@salazarm salazarm deleted the salazarm/fix-n2-two branch January 9, 2025 18:29
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