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

fix: wildcard expand with aggregation #923

Merged
merged 6 commits into from
Dec 5, 2024
Merged

Conversation

patricebender
Copy link
Member

@patricebender patricebender commented Nov 28, 2024

for the case where we group by expanded columns, we must ignore the expand from the columns

@patricebender patricebender marked this pull request as ready for review November 28, 2024 12:24
@patricebender patricebender enabled auto-merge (squash) November 29, 2024 13:10
@@ -1050,6 +1050,35 @@ describe('Expands with aggregations are special', () => {
const res = cqn4sql(q, model)
expect(JSON.parse(JSON.stringify(res))).to.deep.equal(qx)
})
it.skip('simple aggregation expand ref wrapped in func', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this also representing an issue?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, one that I found... will tackle this separately

@patricebender patricebender merged commit bbe7be0 into main Dec 5, 2024
3 checks passed
@patricebender patricebender deleted the patrice/expand-groupby branch December 5, 2024 13:53
@cap-bots cap-bots mentioned this pull request Dec 5, 2024
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

Successfully merging this pull request may close these issues.

2 participants