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
It seems the otherwise case causes the tuple RDATA to be elaborated resulting in connections for x and y fields separately. Then these connections can not be reconciled with the keys which include the unflattened tuple type in this case.
One option is to make a pass on the when connections to consolidate all aggregate types even if they're elaborated. A potential complication here is that if the when structures are different for different fields.
This first needs a fix in the tuple pipeline
Then we run into
The text was updated successfully, but these errors were encountered: