-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Move close_nonexistent_disable_issues.py queries to ClickHouse #139296
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139296
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 10ca244 with merge base 9bbe4a6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| push.head_commit.id as sha | ||
| FROM | ||
| commons.push | ||
| -- Not bothering with final here |
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.
I learn from @ZainRizvi that the use (or abuse) of having final on the query could be the reason why some of my queries run OOM. I guess I need to go back and double check some of them
| TEST_EXISTS_QUERY = """ | ||
| select | ||
| count(*) as c | ||
| name |
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.
Nit: Why not just count it here like the original query? (I couldn't find what is that name is used for, so I guess it's not needed)
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.
It's faster to just find one than to find all of them
|
@pytorchbot merge -f "no trunk needed" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…ch#139296) Example run: https://github.com/pytorch/pytorch/actions/runs/11601996563/job/32305991204?pr=139296 (commented out the part that actually closes issues but the queries run) Pull Request resolved: pytorch#139296 Approved by: https://github.com/huydhn
Example run: https://github.com/pytorch/pytorch/actions/runs/11601996563/job/32305991204?pr=139296 (commented out the part that actually closes issues but the queries run)