Closed tucek closed 3 years ago
If you need any further information, please let me know.
Thanks for the issue. I will try to replicate it and see what I can do.
If necessary, i can provide a working (failing) sample. Thanks in advance!
That would be helpful!
I am not sure if this is possible to fix, since there is an implied aggregation here and it might be too much magic if we automatically add a group by if we encounter an any() expression in a aggregate expression.
Is it possible to validate this then?
We could maybe prohibit any() usage in the select part. It's primarily meant for usage in predicates.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
produces the query:
and therefore the exception:
because of
in select clause.
When calling from, shouldn't the order be corrected?