Skip to content

Commit 56cb054

Browse files
committed
ff
1 parent 5e65ac0 commit 56cb054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/catalog_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ vector<IRCAPISchema> IRCAPI::GetSchemas(ClientContext &context, IRCatalog &catal
177177
new_parent.push_back(schema_result.items.back());
178178
auto nested_namespaces = GetSchemas(context, catalog, new_parent);
179179
result.insert(result.end(), std::make_move_iterator(nested_namespaces.begin()),
180-
std::make_move_iterator(nested_namespaces.end()));
180+
std::make_move_iterator(nested_namespaces.end()));
181181
}
182182
result.push_back(schema_result);
183183
}

test/sql/cloud/r2_catalog/test_r2_pagination.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# name: test/sql/cloud/r2_catalog/test_r2_inserts.test
1+
# name: test/sql/cloud/r2_catalog/test_r2_pagination.test
22
# description: test integration with iceberg catalog read
33
# group: [r2_catalog]
44

0 commit comments

Comments
 (0)