Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple collect / automatic group by #353

Open
cbobed opened this issue Jul 14, 2020 · 0 comments
Open

Multiple collect / automatic group by #353

cbobed opened this issue Jul 14, 2020 · 0 comments

Comments

@cbobed
Copy link

cbobed commented Jul 14, 2020

Hi,

I've found a problem when you have different collects in the return clause. I't only groups by the last of them, instead of doing the automatic aggregation. It only performs the collect on one of the fields, only retrieving one value for the rest of colletcts (I haven't been able to find an exact order of the affected collects).

A possible workaround is to force the automatic grouping by using WITH clauses, but the current behaviour is not as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant