Skip to content

MLIR: resolve the count(*) input column by query order - #805

Merged
rjb32 merged 1 commit into
mainfrom
fix/mlir/count-wildcard-input-column
Aug 20, 2026
Merged

MLIR: resolve the count(*) input column by query order#805
rjb32 merged 1 commit into
mainfrom
fix/mlir/count-wildcard-input-column

Conversation

@rjb32

@rjb32 rjb32 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

count(*) took its input column from an unordered map, so which variable it counted varied with the addresses of the variables and was never checked to hold the rows in flight; it now takes the first variable of the query bound to a column at the insertion point, tested on MATCH (a), (b) RETURN count(*) and MATCH (a), (b) RETURN b, count(*).

@rjb32
rjb32 force-pushed the fix/mlir/count-wildcard-input-column branch from 77360dd to e726183 Compare August 19, 2026 23:25
@rjb32
rjb32 changed the base branch from feature/mlir/call-procedure to main August 19, 2026 23:25
@rjb32 rjb32 closed this Aug 19, 2026
@rjb32 rjb32 reopened this Aug 19, 2026
@rjb32
rjb32 merged commit 6118419 into main Aug 20, 2026
2 checks passed
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.

1 participant