фича или баг?
EXPLAIN
SELECT 1
FORMAT CSV
"Expression ((Projection + Before ORDER BY))"
" SettingQuotaAndLimits (Set limits and quota after reading from storage)"
" ReadFromStorage (SystemOne)"
EXPLAIN AST
SELECT 1
FORMAT CSV
┌─explain───────────────────────────┐
│ SelectWithUnionQuery (children 2) │
│ ExpressionList (children 1) │
│ SelectQuery (children 1) │
│ ExpressionList (children 1) │
│ Literal UInt64_1 │
│ Identifier CSV │
└───────────────────────────────────┘
скорее просто недоработка
создал issue https://github.com/ClickHouse/ClickHouse/issues/28575
Обсуждают сегодня