Skip to content

Fix vam bug affecting count by string with where clause#5610

Merged
nwt merged 1 commit intomainfrom
vam-count-by-string-bug
Jan 31, 2025
Merged

Fix vam bug affecting count by string with where clause#5610
nwt merged 1 commit intomainfrom
vam-count-by-string-bug

Conversation

@nwt
Copy link
Member

@nwt nwt commented Jan 30, 2025

Vam does not honor the where clause in "count() where by <string_valued_expr>". Fix by using
runtime/vam/op/summarize.countbyString only when no where clause is present.

Fixes #5559.

Vam does not honor the where clause in "count() where <expr> by
<string_valued_expr>".  Fix by using
runtime/vam/op/summarize.countbyString only when no where clause is
present.
@nwt nwt requested a review from a team January 30, 2025 21:16
@nwt nwt merged commit ce4f0a3 into main Jan 31, 2025
3 checks passed
@nwt nwt deleted the vam-count-by-string-bug branch January 31, 2025 00:09
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.

Aggregation's "where" clause not working when querying Parquet in vector runtime

2 participants