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
the core issue seems to be that for the order_by field to be processed correctly by a call to getField it must be in the resultStruct. field list. That's why uncommenting aggregate will make the query succeed, as airport_countis in the field list for the resultStruct by the time it is asked for by the order by code.
This query should work.
The text was updated successfully, but these errors were encountered: