-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Hopefully fixing ci runs #16150
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
Hopefully fixing ci runs #16150
Conversation
LGTM. This was a breaking change between upload/download-artifacts v3 and v4, they discovered (not so surprisingly) that uniqueness helps with faster queries. |
CC @szarnyasg this will affect artifact names for the pre-release downloads I think |
If change is undesirable, it can be fixed via providing the artifact name (either |
Would be also nice to apply this new naming to extensions artifact name like linux-extensions-64-aarch64 |
Thanks! |
Parquet Reader: Split `CreateReader` into two separate stages - `ParseSchema` and `CreateReader` (duckdb/duckdb#16161) Removed the last CI job that used the Ubuntu 18 setup (duckdb/duckdb#16155) Hopefully fixing ci runs (duckdb/duckdb#16150) Add uniq_ptr_cast for interpreted benchmark. (duckdb/duckdb#16151)
Parquet Reader: Split `CreateReader` into two separate stages - `ParseSchema` and `CreateReader` (duckdb/duckdb#16161) Removed the last CI job that used the Ubuntu 18 setup (duckdb/duckdb#16155) Hopefully fixing ci runs (duckdb/duckdb#16150) Add uniq_ptr_cast for interpreted benchmark. (duckdb/duckdb#16151)
Parquet Reader: Split `CreateReader` into two separate stages - `ParseSchema` and `CreateReader` (duckdb/duckdb#16161) Removed the last CI job that used the Ubuntu 18 setup (duckdb/duckdb#16155) Hopefully fixing ci runs (duckdb/duckdb#16150) Add uniq_ptr_cast for interpreted benchmark. (duckdb/duckdb#16151)
Parquet Reader: Split `CreateReader` into two separate stages - `ParseSchema` and `CreateReader` (duckdb/duckdb#16161) Removed the last CI job that used the Ubuntu 18 setup (duckdb/duckdb#16155) Hopefully fixing ci runs (duckdb/duckdb#16150) Add uniq_ptr_cast for interpreted benchmark. (duckdb/duckdb#16151)
Parquet Reader: Split `CreateReader` into two separate stages - `ParseSchema` and `CreateReader` (duckdb/duckdb#16161) Removed the last CI job that used the Ubuntu 18 setup (duckdb/duckdb#16155) Hopefully fixing ci runs (duckdb/duckdb#16150) Add uniq_ptr_cast for interpreted benchmark. (duckdb/duckdb#16151)
Parquet Reader: Split `CreateReader` into two separate stages - `ParseSchema` and `CreateReader` (duckdb/duckdb#16161) Removed the last CI job that used the Ubuntu 18 setup (duckdb/duckdb#16155) Hopefully fixing ci runs (duckdb/duckdb#16150) Add uniq_ptr_cast for interpreted benchmark. (duckdb/duckdb#16151)
I seem to recall that it used to be fine to re-use an artifact name but this seems to be no longer the case :/