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
Hi, seems like resolver gets confused about the context used for resolution when trying to resolve columns in nested queries and fails with AmbiguousColumn error, e.g.: select a from demo.foo where a in (select a from demo.foo);