mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update TableFunctionURL.cpp
This commit is contained in:
parent
fcb042d80c
commit
a2a9c7dec5
@ -30,7 +30,7 @@ void TableFunctionURL::parseArguments(const ASTPtr & ast, ContextPtr context)
|
||||
{
|
||||
const auto & ast_function = assert_cast<const ASTFunction *>(ast.get());
|
||||
|
||||
auto & args = ast_function->children;
|
||||
const auto & args = ast_function->children;
|
||||
if (args.empty())
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS, bad_arguments_error_message);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user