You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/library/yql/tests/postgresql/cases/functional_deps.err
-8
Original file line number
Diff line number
Diff line change
@@ -455,14 +455,6 @@ INNER JOIN users u ON u.uid = n.uid
455
455
WHERE n.type = 'blog' AND n.status = 1
456
456
GROUP BY u.uid, u.name;
457
457
</sql-statement>
458
-
-stdin-:<main>: Error: Type annotation
459
-
460
-
-stdin-:<main>:1:1: Error: At function: AssumeColumnOrder, At function: PgReplaceUnknown, At function: OrderedMap, At function: UnionAll, At function: Aggregate
461
-
-- OK
462
-
^
463
-
-stdin-:<main>:1:1: Error: Expected hashable and equatable type for key column: _alias_u.name, but got: pgvarchar
0 commit comments