-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[SwiftRelease CI] fetch tags before checking there is already a tag with the same name #16376
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
Could you possibly mock a test for this? Probably setting up a fork of yours, and try this either manually or in CI? |
a4858f9
to
524ce69
Compare
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.
Thanks for double checking!
Thanks! |
Push Select into ArrayColumnData to avoid scanning arrays that are not required for the query (duckdb/duckdb#16356) [SwiftRelease CI] fetch tags before checking there is already a tag with the same name (duckdb/duckdb#16376)
Push Select into ArrayColumnData to avoid scanning arrays that are not required for the query (duckdb/duckdb#16356) [SwiftRelease CI] fetch tags before checking there is already a tag with the same name (duckdb/duckdb#16376)
Push Select into ArrayColumnData to avoid scanning arrays that are not required for the query (duckdb/duckdb#16356) [SwiftRelease CI] fetch tags before checking there is already a tag with the same name (duckdb/duckdb#16376)
Push Select into ArrayColumnData to avoid scanning arrays that are not required for the query (duckdb/duckdb#16356) [SwiftRelease CI] fetch tags before checking there is already a tag with the same name (duckdb/duckdb#16376)
Push Select into ArrayColumnData to avoid scanning arrays that are not required for the query (duckdb/duckdb#16356) [SwiftRelease CI] fetch tags before checking there is already a tag with the same name (duckdb/duckdb#16376)
Push Select into ArrayColumnData to avoid scanning arrays that are not required for the query (duckdb/duckdb#16356) [SwiftRelease CI] fetch tags before checking there is already a tag with the same name (duckdb/duckdb#16376)
SwiftRelease CI fails when it tries to push with the tag name which is already exists.
The way how it checks that looks good, but maybe it should first fetch the tag names and check only then - this PR adds a line to fetch the tags.