Forward fill v1.5 variegata PRs -> main#325
Merged
benfleis merged 12 commits intoJul 8, 2026
Merged
Annotations
12 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5, lukka/run-vcpkg@v11.1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run make release
‘void duckdb::DataChunk::SetValue(duckdb::idx_t, duckdb::idx_t, const duckdb::Value&)’ is deprecated: Use Vector::Append on data[col_idx] instead (or Vector::SetValue for write-at-index semantics) [-Wdeprecated-declarations]
|
|
Run make release
‘void duckdb::DataChunk::SetValue(duckdb::idx_t, duckdb::idx_t, const duckdb::Value&)’ is deprecated: Use Vector::Append on data[col_idx] instead (or Vector::SetValue for write-at-index semantics) [-Wdeprecated-declarations]
|
|
Run make release
‘void duckdb::DataChunk::SetValue(duckdb::idx_t, duckdb::idx_t, const duckdb::Value&)’ is deprecated: Use Vector::Append on data[col_idx] instead (or Vector::SetValue for write-at-index semantics) [-Wdeprecated-declarations]
|
|
Run make release
‘void duckdb::DataChunk::SetValue(duckdb::idx_t, duckdb::idx_t, const duckdb::Value&)’ is deprecated: Use Vector::Append on data[col_idx] instead (or Vector::SetValue for write-at-index semantics) [-Wdeprecated-declarations]
|
|
Run make release
‘void duckdb::DataChunk::SetValue(duckdb::idx_t, duckdb::idx_t, const duckdb::Value&)’ is deprecated: Use Vector::Append on data[col_idx] instead (or Vector::SetValue for write-at-index semantics) [-Wdeprecated-declarations]
|
|
Run make release
‘long unsigned int __atomic_load_8(const volatile void*, int)’ writing 8 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
|
|
Run make release:
duckdb/src/catalog/catalog.cpp#L1178
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
|
|
Run make release:
duckdb/src/catalog/catalog.cpp#L1173
‘static duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold catalog/schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
|
|
Run make release:
duckdb/src/catalog/catalog.cpp#L1158
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::ClientContext&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(context, EntryLookupInfo) [-Wdeprecated-declarations]
|
|
Run make release:
duckdb/src/catalog/catalog.cpp#L1154
‘duckdb::optional_ptr<duckdb::CatalogEntry> duckdb::Catalog::GetEntry(duckdb::CatalogEntryRetriever&, const duckdb::Identifier&, const duckdb::EntryLookupInfo&, duckdb::OnEntryNotFound)’ is deprecated: Fold the schema into the EntryLookupInfo and use GetEntry(retriever, EntryLookupInfo) [-Wdeprecated-declarations]
|
|
Run lukka/run-vcpkg@v11.1
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
|
background
wait
wait-all
cancel
parallel
Loading