Skip to content

DB::Exception: lambda argument declarations must be identifiers.  #12621

@alesapin

Description

@alesapin
:) CREATE TABLE test
(
    `Source.C1` Array(UInt64),
    `Source.C2` Array(UInt64)
)
ENGINE = MergeTree()
ORDER BY tuple()

:) SELECT any(arrayFilter((c, d) -> (4 = d), `Source.C1`, `Source.C2`)[1]) AS x
FROM test
WHERE 0
GROUP BY 42

Code: 53. DB::Exception: Received from localhost:9000. DB::Exception: lambda argument declarations must be identifiers. 

Metadata

Metadata

Assignees

Labels

bugConfirmed user-visible misbehaviour in official release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions