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
I see some progress on fixing this. One more example:
SELECT (1AS c0).1, (1AS c0).1;
Logical error: 'Inconsistent AST formatting: the query:
SELECT tupleElement(1 AS c0, 1), tupleElement(c0, 1)
Was parsed and formatted back as:
SELECT tupleElement(1 AS c0, 1), c0.1'.