This commit is contained in:
anonymous 2024-04-24 17:29:56 +08:00 committed by Sariel
parent 2d02deb2a2
commit 402bbb9f53
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ namespace DB
{
namespace ErrorCodes
{
extern const int UNKNOWN_TABLE;
}
StorageLoop::StorageLoop(
const StorageID & table_id_,

View File

@ -137,7 +137,6 @@ StoragePtr TableFunctionLoop::executeImpl(
);
res->startup();
return res;
// return storage;
}
void registerTableFunctionLoop(TableFunctionFactory & factory)