Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
2026-planning
Description
This is followup to https://jira.mariadb.org/browse/MCOL-6534
The fix by S. Petrunia there, as implemented, produces "Not implemented" error (instead of incorrect behavior).
The simple approach to support filtering predicate, namely, to replace non-passing values with NULL, suggested there, will not work for COUNT( * ), but appears to work with other aggregates. So this ticket is to implement this simplest approach and return "Not supported" error only for COUNT( * ) and, possibly, something else (hopefully not).