Skip to content

Commit

Permalink
Apply duckdb's patch and bump to latest duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Apr 15, 2024
1 parent d3e6bce commit beb19f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 1044 files
2 changes: 1 addition & 1 deletion src/hnsw/hnsw_index_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static unique_ptr<BaseStatistics> HNSWIndexScanStatistics(ClientContext &context
//-------------------------------------------------------------------------
// Dependency
//-------------------------------------------------------------------------
void HNSWIndexScanDependency(DependencyList &entries, const FunctionData *bind_data_p) {
void HNSWIndexScanDependency(LogicalDependencyList &entries, const FunctionData *bind_data_p) {

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / DuckDB-Wasm (wasm_threads, wasm32-emscripten)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / DuckDB-Wasm (wasm_eh, wasm32-emscripten)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / DuckDB-Wasm (wasm_mvp, wasm32-emscripten)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / MacOS (osx_amd64, x86_64, x64-osx)

unknown type name 'LogicalDependencyList'

Check failure on line 107 in src/hnsw/hnsw_index_scan.cpp

View workflow job for this annotation

GitHub Actions / Build extension binaries / MacOS (osx_arm64, arm64, arm64-osx)

unknown type name 'LogicalDependencyList'
auto &bind_data = bind_data_p->Cast<HNSWIndexScanBindData>();
entries.AddDependency(bind_data.table);

Expand Down

0 comments on commit beb19f3

Please sign in to comment.