mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Analyzer: Fix exception message
This commit is contained in:
parent
7022adefb0
commit
69cc3c9e8e
@ -5174,8 +5174,8 @@ ProjectionNames QueryAnalyzer::resolveLambda(const QueryTreeNodePtr & lambda_nod
|
||||
throw Exception(ErrorCodes::BAD_ARGUMENTS,
|
||||
"Lambda {} expect {} arguments. Actual {}. In scope {}",
|
||||
lambda_to_resolve.formatASTForErrorMessage(),
|
||||
arguments_size,
|
||||
lambda_arguments_nodes_size,
|
||||
arguments_size,
|
||||
scope.scope_node->formatASTForErrorMessage());
|
||||
|
||||
/// Initialize aliases in lambda scope
|
||||
|
Loading…
Reference in New Issue
Block a user