-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Cannot find the original scope of the column 'id' #81431
Copy link
Copy link
Closed as duplicate of#80917
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzers
Description
Describe the bug
I have a minified reproducer
CREATE TABLE t (id Int64, path String) ENGINE = MergeTree ORDER BY path;
SELECT explain FROM (
SELECT * FROM viewExplain('EXPLAIN', (
SELECT id FROM t WHERE a
)))
WHERE equals(id AS a)
How to reproduce
No response
Error message and/or stacktrace
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzers