diff --git a/src/storage/irc_catalog.cpp b/src/storage/irc_catalog.cpp index f69f9895e..f2f19d061 100644 --- a/src/storage/irc_catalog.cpp +++ b/src/storage/irc_catalog.cpp @@ -240,7 +240,7 @@ void IRCatalog::AddDefaultSupportedEndpoints() { // Rename a table from one identifier to another. supported_urls.insert("POST /v1/{prefix}/tables/rename"); // commit updates to multiple tables in an atomic transaction - supported_urls.insert("POST /v1/{prefix}/transactions/commit)"); + supported_urls.insert("POST /v1/{prefix}/transactions/commit"); } void IRCatalog::AddS3TablesEndpoints() { @@ -268,7 +268,7 @@ void IRCatalog::AddS3TablesEndpoints() { // Rename a table from one identifier to another. supported_urls.insert("POST /v1/{prefix}/tables/rename"); // commit updates to multiple tables in an atomic transaction - supported_urls.insert("POST /v1/{prefix}/transactions/commit)"); + supported_urls.insert("POST /v1/{prefix}/transactions/commit"); } void IRCatalog::GetConfig(ClientContext &context, IcebergEndpointType &endpoint_type) {