Skip to content

Conversation

Indhumathi27
Copy link
Contributor

@Indhumathi27 Indhumathi27 commented Oct 3, 2025

What changes were proposed in this pull request?

Disabled vectorized execution for multi-column COUNT(DISTINCT) so queries fall back to row mode for unsupported expressions.

Why are the changes needed?

In case of query with filter on Partition column, and if the same column exists in count(distinct, col) udf, Partition column changes to constant.

Vectorized execution does not support multi-column COUNT(DISTINCT). This ensures queries run safely without exceptions.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Added test case

Copy link

sonarqubecloud bot commented Oct 4, 2025

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

Successfully merging this pull request may close these issues.

2 participants