Open npfitz opened 1 year ago
I believe this only makes sense to tackle after the query processor is converted mlv2 - as it stands nest-expressions
and source-metadata
produces id field refs in too many places that changing it (which this requires) feels incredibly fragile.
Currently in master, if you create a query that looks like this:
You are unable to remove the count or Double count fields, as it will result in an error. It looks as though the field ref that is generated for the implicitly joined breakout field is incorrect, as it doesn't understand what
PEOPLE__via__USER_ID__SOURCE
is.