Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #52960

…ys nullable (#52960)

### What problem does this PR solve?

Related PR: #36318

Problem Summary:

materaialized view def is as fllowing:

create materialized view as
select k1, k3, sum(k2), count(k4) from ${tblName} group by k1, k3;

`sum(k2) ` nullable is true
if query is as following, would rewritten fail with err info 'query
aggregate function roll up fail', the pr fix this

select sum(distinct k1) from agg_use_key_direct
@github-actions github-actions bot requested a review from dataroaring as a code owner August 13, 2025 10:24
@dataroaring dataroaring reopened this Aug 14, 2025
@dataroaring
Copy link
Contributor

run buildall

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.

3 participants