Skip to content

Commit 67f12c5

Browse files
committed
Fix build?
1 parent bfca7c8 commit 67f12c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

external/duckdb

Submodule duckdb updated 306 files

src/duckdb_py/pyconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ void DuckDBPyConnection::UnregisterFilesystem(const py::str &name) {
296296
auto &database = con.GetDatabase();
297297
auto &fs = database.GetFileSystem();
298298

299-
fs.UnregisterSubSystem(name);
299+
fs.ExtractSubSystem(name);
300300
}
301301

302302
void DuckDBPyConnection::RegisterFilesystem(AbstractFileSystem filesystem) {

0 commit comments

Comments
 (0)