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
looks like integration test is failing due to mismatch between logical schema and physical schema for window queries, i will dig into this.
thanks, it might be because of some edge cases that i did miss. i didn't find time to fix it but so far this query will fail:
>selectmax(c1) over () max_c1, max(c1) over (partition by c2) max_c1_by_c2 from test;
Plan("Schema contains duplicate unqualified field name 'MAX(c1)'")
thanks, it might be because of some edge cases that i did miss. i didn't find time to fix it but so far this query will fail:
Originally posted by @jimexist in #55 (comment)
The text was updated successfully, but these errors were encountered: