diff --git a/duckdb b/duckdb index 4a89d97..4476a91 160000 --- a/duckdb +++ b/duckdb @@ -1 +1 @@ -Subproject commit 4a89d97db8a5a23a15f3025c8d2d2885337c2637 +Subproject commit 4476a915db79cfb142acc5f3362d9069093b5877 diff --git a/src/hnsw/hnsw_index_scan.cpp b/src/hnsw/hnsw_index_scan.cpp index d53d7ee..954b439 100644 --- a/src/hnsw/hnsw_index_scan.cpp +++ b/src/hnsw/hnsw_index_scan.cpp @@ -104,7 +104,7 @@ static unique_ptr HNSWIndexScanStatistics(ClientContext &context //------------------------------------------------------------------------- // Dependency //------------------------------------------------------------------------- -void HNSWIndexScanDependency(DependencyList &entries, const FunctionData *bind_data_p) { +void HNSWIndexScanDependency(LogicalDependencyList &entries, const FunctionData *bind_data_p) { auto &bind_data = bind_data_p->Cast(); entries.AddDependency(bind_data.table);